diff --git a/docs/calls/turn.mdx b/docs/calls/turn.mdx index 8a8196dff..16430e17a 100644 --- a/docs/calls/turn.mdx +++ b/docs/calls/turn.mdx @@ -57,8 +57,8 @@ #### With Docker Compose (recommended) ```yaml version: '3' services: - turn: - container_name: coturn-server + coturn: + container_name: coturn image: docker.io/coturn/coturn restart: unless-stopped network_mode: "host" @@ -296,6 +296,7 @@ # livekit stuff ```ini # in coturn.conf tcp-proxy-port=5555 + ``` Then, in the Caddyfile: