deployment: OpenVidu CE - Force relay to go over docker bridge network
This commit is contained in:
parent
4f04f3b33c
commit
d0aedc70cf
@ -67,7 +67,9 @@ services:
|
||||
coturn:
|
||||
image: openvidu/openvidu-coturn:7.0.0-dev1
|
||||
restart: on-failure
|
||||
network_mode: host
|
||||
ports:
|
||||
- "${COTURN_PORT:-3478}:${COTURN_PORT:-3478}/tcp"
|
||||
- "${COTURN_PORT:-3478}:${COTURN_PORT:-3478}/udp"
|
||||
env_file:
|
||||
- .env
|
||||
volumes:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user