From 35775c208383b2827f6b51e16784084860426ec6 Mon Sep 17 00:00:00 2001 From: Mathias Renner Date: Mon, 10 Apr 2017 23:40:36 +0200 Subject: [PATCH] Fix URL to access a published service from the outside world (#117) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 51d0d01..cd0d4bf 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Notes: ~~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://pwd-.play-with-docker.com` (i.e: http://pwd10_2_135_3-80.play-with-docker.com/). +If you need to access your services from outside, use the following URL pattern `http://pwd-..labs.play-with-docker.com` (i.e: http://pwd10_2_135_3-80.host3.labs.play-with-docker.com/). ### Why is PWD running in ports 80 and 443?, Can I change that?.