From 316ff398212608f4419858fb039708d2f937ebb7 Mon Sep 17 00:00:00 2001 From: Marcos Nils Date: Wed, 16 Nov 2016 16:37:50 -0300 Subject: [PATCH] Revert ngrok instance --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c83b73b..6bcfdb8 100644 --- a/README.md +++ b/README.md @@ -47,5 +47,5 @@ Notes: ### How can I connect to a published port from the outside world? -We're planning to setup a reverse proxy that handles redirection automatically, in the meantime you can use [ngrok](https://ngrok.com) within PWD running `docker run -d --net=host jpetazzo/ngrok "-log-level debug 127.0.0.1:"` where `""` is the published service port. After that check the created container logs to look for the *.ngrok.io URL so it can be used in the browser and that's it. +We're planning to setup a reverse proxy that handles redirection automatically, in the meantime you can use [ngrok](https://ngrok.com) within PWD running `docker run -d --net=host fnichol/ngrok "-log-level debug 127.0.0.1:"` where `""` is the published service port. After that check the created container logs to look for the *.ngrok.io URL so it can be used in the browser and that's it.