You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
+ exec ngrok http '-region=ap' '-auth=user:foo\' bar 8000
ERROR: You must specify a single argument: a port or address to tunnel to.
ERROR: You specified 2 arguments: [bar 8000]
Try with the env var
NGROK_PASSWORD="foo bar"
Result:
The problem is in this line:
docker-ngrok/entrypoint.sh
Line 70 in e066f3c
$NGROK_PASSWORD
should be quoted and escaped.The text was updated successfully, but these errors were encountered: