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
|
container_name: coturn
|
||||||
image: coturn/coturn:latest
|
image: coturn/coturn:latest
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
network_mode: "host"
|
||||||
- "3478:3478/udp"
|
|
||||||
- "3478:3478/tcp"
|
|
||||||
- "5349:5349/tcp"
|
|
||||||
volumes:
|
volumes:
|
||||||
- ./coturn/turnserver.conf:/etc/coturn/turnserver.conf
|
- ./coturn/turnserver.conf:/etc/coturn/turnserver.conf
|
||||||
- caddy_data:/etc/ssl/caddy:ro
|
- caddy_data:/etc/ssl/caddy:ro
|
||||||
|
|
Loading…
Add table
Reference in a new issue