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
I've just come across this project and it has the potential to solve a problem I have with exposing my web services (running on a Synology NAS) while using a CGNAT Internet connection (4G) but I have a number of questions/issues.
I've noticed the version of ngrok in the docker image is out of date and the cli gives me an option to updateupdate available (version 2.3.35, Ctrl-U to update) .Performing an update however fails due to permissions errors. My first question can an update be performed via changing permissions someway or is there plans to make an updated version of docker-ngrok available?
Secondly is there a way to run multiple tunnels using one instance of the docker-ngrok container? As mentioned above I'd like to expose a number of local services and while I can easily expose one service my changing the environmental settings having the ability to expose multiple would be very handy.
Also I've attempted to expose the path/volume to the ngrok.yml (as per #22 (comment)) so that I can edit direct but my docker container restarts each time and the log states: /entrypoint.sh: line 36: can't create /home/ngrok/.ngrok2/ngrok.yml: Permission denied
Below is my config:
Help with any of the above would be most grateful.
The text was updated successfully, but these errors were encountered:
I've just come across this project and it has the potential to solve a problem I have with exposing my web services (running on a Synology NAS) while using a CGNAT Internet connection (4G) but I have a number of questions/issues.
I've noticed the version of ngrok in the docker image is out of date and the cli gives me an option to update
update available (version 2.3.35, Ctrl-U to update)
.Performing an update however fails due to permissions errors. My first question can an update be performed via changing permissions someway or is there plans to make an updated version ofdocker-ngrok
available?Secondly is there a way to run multiple tunnels using one instance of the
docker-ngrok
container? As mentioned above I'd like to expose a number of local services and while I can easily expose one service my changing the environmental settings having the ability to expose multiple would be very handy.Also I've attempted to expose the path/volume to the
ngrok.yml
(as per #22 (comment)) so that I can edit direct but my docker container restarts each time and the log states: /entrypoint.sh: line 36: can't create /home/ngrok/.ngrok2/ngrok.yml: Permission denied
Below is my config:
Help with any of the above would be most grateful.
The text was updated successfully, but these errors were encountered: