Skip to content
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

Unable to assign external ngrok.io URL to localhost #13

Open
imochurad opened this issue Jun 6, 2017 · 1 comment
Open

Unable to assign external ngrok.io URL to localhost #13

imochurad opened this issue Jun 6, 2017 · 1 comment

Comments

@imochurad
Copy link

I have ngrok docker container inside of my docker-compose. It was running fine, it was mapping container running inside of the docker network with the name events and port 8070 to external ngrok.io public URL. But then it suddenly stopped and this is what I see in the output.

ngrok_1              | npm info it worked if it ends with ok
ngrok_1              | npm info using [email protected]
ngrok_1              | npm info using [email protected]
ngrok_1              | npm info lifecycle [email protected]~prestart: [email protected]
ngrok_1              | npm info lifecycle [email protected]~start: [email protected]
ngrok_1              |
ngrok_1              | > [email protected] start /
ngrok_1              | > node index.js
ngrok_1              |
ngrok_1              |
ngrok_1              | The ngrok HTTP tunnel is active:
ngrok_1              |
ngrok_1              | undefined ---> events:8070

Undefined ---> events:8070
This ^ doesn't look good, does it? What does it normally means? ngrok service is down? Any help will be greatly appreciated.

@wernight
Copy link
Owner

I'm only doing the Dockerization of Ngrok. It could means something like that there is already an Ngrok (check running containers). I never saw this error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants