From 16e597765200ee7c97d4e8a785f8af0e556e8af0 Mon Sep 17 00:00:00 2001 From: Marcos Nils Date: Mon, 4 Dec 2017 17:45:21 -0300 Subject: [PATCH] Update publish port URL format. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4083b09..19133ea 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ If you want to make changes to the `dind` image being used, make your changes to ### How can I connect to a published port from the outside world? -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). +If you need to access your services from outside, use the following URL pattern `http://ip--.direct.labs.play-with-docker.com` (i.e: http://ip-2-135-3-b8ir6vbg5vr00095iil0-8080.direct.labs.play-with-docker.com). ### Why is PWD running in ports 80 and 443?, Can I change that?.