mirror of
https://forgejo.ellis.link/continuwuation/continuwuity/
synced 2026-08-14 08:39:44 +00:00
docs(turn): Use coturn for compose
This commit is contained in:
+3
-2
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user