docker-ngrok icon indicating copy to clipboard operation
docker-ngrok copied to clipboard

docker images for the ngrok agent

Results 6 docker-ngrok issues
Sort by recently updated
recently updated
newest added

Hello One should not need to write some distinct YAML to configure a simple docker service. That's why I like the wernight/ngrok image; it provides all the env variables I...

enhancement
help wanted

I noticed this in the error log while running `:latest` ``` t=2022-04-19T08:52:17+0000 lvl=warn msg="failed to check for update" obj=updater err="Post \"https://update.equinox.io/check\": x509: certificate signed by unknown authority" ```

I run ngrok (2.x at the moment) in docker on a Synology NAS. I do not have *easy* command line access to docker as Synology has it's own web GUI...

There's a security concern of the web addr being 0.0.0.0 when used with `docker run --net=host ...`. Instead we should provide an environment variable that lets you disable the 0.0.0.0...

we should have an example of configuring this with docker compose in the readme.

documentation
help wanted

I am trying to start-up an `ngrok` instance and query the `/api/tunnels` endpoint to fetch settings for downstream services. When running `docker-ngrok` using a configuration file, the `/api/tunnels` endpoint as...