Changed coturn network mode to host
This commit is contained in:
parent
6f66843d92
commit
9942d60bf0
1 changed files with 1 additions and 4 deletions
|
@ -24,10 +24,7 @@ services:
|
|||
container_name: coturn
|
||||
image: coturn/coturn:latest
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "3478:3478/udp"
|
||||
- "3478:3478/tcp"
|
||||
- "5349:5349/tcp"
|
||||
network_mode: "host"
|
||||
volumes:
|
||||
- ./coturn/turnserver.conf:/etc/coturn/turnserver.conf
|
||||
- caddy_data:/etc/ssl/caddy:ro
|
||||
|
|
Loading…
Add table
Reference in a new issue