Skip to content

Commit

Permalink
error on coturn max port solved
Browse files Browse the repository at this point in the history
  • Loading branch information
gtunon committed Oct 7, 2021
1 parent cf2cc34 commit 44d3158
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 44d3158

Please sign in to comment.