docs(turn): Use coturn for compose

This commit is contained in:
stratself
2026-08-04 18:18:54 +00:00
committed by Ellis Git
parent 7b4729e48c
commit e62d74197e
+3 -2
View File
@@ -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: