mirror of https://github.com/OpenVidu/openvidu.git
error on coturn max port solved
parent
cf2cc34525
commit
44d3158d1b
|
@ -89,7 +89,7 @@ services:
|
||||||
- --fingerprint
|
- --fingerprint
|
||||||
- --lt-cred-mech
|
- --lt-cred-mech
|
||||||
- --min-port=${COTURN_MIN_PORT:-57001}
|
- --min-port=${COTURN_MIN_PORT:-57001}
|
||||||
- --max-port=${COTURN_MIN_PORT:-65535}
|
- --max-port=${COTURN_MAX_PORT:-65535}
|
||||||
- --realm=openvidu
|
- --realm=openvidu
|
||||||
- --verbose
|
- --verbose
|
||||||
logging:
|
logging:
|
||||||
|
|
Loading…
Reference in New Issue