Spaces:
Paused
Paused
Update custom-entrypoint.sh
Browse files- custom-entrypoint.sh +2 -2
custom-entrypoint.sh
CHANGED
|
@@ -40,8 +40,8 @@ echo "TOKEN : $NGROK_AUTHTOKEN"
|
|
| 40 |
# ngrok start cli-quickstart
|
| 41 |
# ngrok config check --config ngrok2/ngrok.yml
|
| 42 |
# ngrok start turn_tls --config=ngrok2/ngrok.yml
|
| 43 |
-
cat
|
| 44 |
-
ngrok start turn_tls --config
|
| 45 |
|
| 46 |
NGROK_PID=$!
|
| 47 |
|
|
|
|
| 40 |
# ngrok start cli-quickstart
|
| 41 |
# ngrok config check --config ngrok2/ngrok.yml
|
| 42 |
# ngrok start turn_tls --config=ngrok2/ngrok.yml
|
| 43 |
+
cat ~/.ngrok2/ngrok.yml
|
| 44 |
+
ngrok start turn_tls --config ~/.ngrok2/ngrok.yml --log=stdout --log-level=debug
|
| 45 |
|
| 46 |
NGROK_PID=$!
|
| 47 |
|