Update publish port URL format.

This commit is contained in:
Marcos Nils
2017-12-04 17:45:21 -03:00
committed by GitHub
parent 7c637205c9
commit 16e5977652

View File

@@ -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? ### 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<hyphen-ip>-<port>.<host#>.labs.play-with-docker.com` (i.e: http://<i></i>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<hyphen-ip>-<session_jd>-<port>.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?. ### Why is PWD running in ports 80 and 443?, Can I change that?.