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