privateone commited on
Commit
7a4972b
·
verified ·
1 Parent(s): 6f68c21

Update custom-entrypoint.sh

Browse files
Files changed (1) hide show
  1. custom-entrypoint.sh +5 -5
custom-entrypoint.sh CHANGED
@@ -31,11 +31,11 @@ echo "Starting turnserver..."
31
  --no-cli
32
 
33
 
34
- turnserver \
35
- -c /etc/coturn/turnserver.conf \
36
- --user=myuser:mypassword \
37
- --no-cli &
38
- #TURN_PID=$!
39
 
40
 
41
  # ngrok config add-authtoken "$NGROK_AUTHTOKEN"
 
31
  --no-cli
32
 
33
 
34
+ # turnserver \
35
+ # -c /etc/coturn/turnserver.conf \
36
+ # --user=myuser:mypassword \
37
+ # --no-cli &
38
+ # #TURN_PID=$!
39
 
40
 
41
  # ngrok config add-authtoken "$NGROK_AUTHTOKEN"