From e62d74197edf9699f4e04c8bbad3feb9927663f2 Mon Sep 17 00:00:00 2001 From: stratself Date: Thu, 9 Jul 2026 19:17:42 +0000 Subject: [PATCH] docs(turn): Use coturn for compose --- docs/calls/turn.mdx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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: