privateone commited on
Commit
9de2f12
·
verified ·
1 Parent(s): 7b5ccf8

Update custom-entrypoint.sh

Browse files
Files changed (1) hide show
  1. 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 /ngrok2/ngrok.yml
44
- ngrok start turn_tls --config /ngrok2/ngrok.yml --log=stdout --log-level=debug
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