privateone commited on
Commit
7209595
·
verified ·
1 Parent(s): a9c3752

Update custom-entrypoint.sh

Browse files
Files changed (1) hide show
  1. custom-entrypoint.sh +1 -0
custom-entrypoint.sh CHANGED
@@ -48,6 +48,7 @@ exec turnserver \
48
  # --listening-ip=0.0.0.0 \
49
  --listening-port=7860 \
50
  --tls-listening-port=5349 \
 
51
  # --cert=/etc/turn/certs/turn_server_cert.pem \
52
  # --pkey=/etc/turn/certs/turn_server_pkey.pem \
53
  --user=myuser:mypassword \
 
48
  # --listening-ip=0.0.0.0 \
49
  --listening-port=7860 \
50
  --tls-listening-port=5349 \
51
+ --external-ip=8.tcp.ngrok.io:15174 \
52
  # --cert=/etc/turn/certs/turn_server_cert.pem \
53
  # --pkey=/etc/turn/certs/turn_server_pkey.pem \
54
  --user=myuser:mypassword \