-
Notifications
You must be signed in to change notification settings - Fork 143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NGROK_AUTH not working #65
Comments
Same thing happened to me and it's because the |
Closed pull request because thanks to an error when using it in docker-compose I realized that instead of adding the command you can use $ docker run -d -p 4040:4040 --net pkngroknet --name ngrok \
-e NGROK_PROTOCOL="TCP" \
-e NGROK_AUTH="<myKey>" \
-e NGROK_PORT="oracle12c:1521" \
wernight/ngrok |
You can use auth token like this:
|
Solution:
|
I am trying to run a ngrok container using tcp protocol to connet to a docker db running in another container.
I noticed that after running the container the status was exited and running "docker logs containerId" gave me the alert that I needed the auth key.
So I run again with NGROK_AUTH env var but the result is the same, looks like he is not using the variable.
Am I doing something wrong?
The text was updated successfully, but these errors were encountered: