error on coturn max port solved

pull/656/head
gtunon 2021-10-07 07:30:14 +02:00
parent cf2cc34525
commit 44d3158d1b
1 changed files with 1 additions and 1 deletions

View File

@ -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: