From 3b826bd29d73b55a3fe3ea3ca3bb8447a48fe79d Mon Sep 17 00:00:00 2001 From: Marcos Nils Date: Mon, 5 Dec 2016 12:33:03 -0300 Subject: [PATCH] Update reverse proxy instructions. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 62c29f9..51ce742 100644 --- a/README.md +++ b/README.md @@ -50,5 +50,7 @@ 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 --name supergrok -d jpetazzo/supergrok` then `docker logs --follow supergrok` , it will give you a ngrok URL, now you can go to that URL and add the IP+port that you want to connect to… e.g. if your PWD instance is 10.0.42.3, you can go to http://xxxxxx.ngrok.io/10.0.42.3:8000 (where the xxxxxx is given to you in the supergrok logs). +~~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 --name supergrok -d jpetazzo/supergrok` then `docker logs --follow supergrok` , it will give you a ngrok URL, now you can go to that URL and add the IP+port that you want to connect to… e.g. if your PWD instance is 10.0.42.3, you can go to http://xxxxxx.ngrok.io/10.0.42.3:8000 (where the xxxxxx is given to you in the supergrok logs).~~ + +If you need to access your services from outside, use the following URL pattern http://ip-.play-with-docker.com (i.e: http://ip10_2_135_3-80.play-with-docker.com/).