Spaces:
Paused
Paused
Update custom-entrypoint.sh
Browse files- 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"
|