Skip to content

Commit

Permalink
$$(detect-external-ip)
Browse files Browse the repository at this point in the history
  • Loading branch information
gtunon committed Oct 6, 2021
1 parent 57faf14 commit b7caa1c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ services:
- DB_PASSWORD=${OPENVIDU_SECRET}
command:
- --log-file=stdout
- --external-ip=${COTURN_IP:-auto-ipv4}
- --external-ip=$$(detect-external-ip)
- --listening-port=${COTURN_PORT:-3478}
- --fingerprint
- --lt-cred-mech
Expand Down

0 comments on commit b7caa1c

Please sign in to comment.