-
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
Feature request NGROK_CONFIG #33
Comments
This will help also expose 4040 port to debug requests remotely without port forwarding. |
yes, this would be awesome. |
A solution I used, ill share here in case anyone is interested in doing/needing the same. Make a folder called Dockerfile
entrypoint.sh
Then your
Then in docker-compose.yml, its just:
app being, your app and would obviously be changed to suit your setup. Hope it helps |
Then can just pass the config path and run it, this way can run multiple tunnels.
The text was updated successfully, but these errors were encountered: