Update README.md (#568)

Incorrect formatting example, removed hyphen between `ip` and the numeric IP.
This commit is contained in:
Kyle OBrien
2023-02-08 13:41:19 -06:00
committed by GitHub
parent 0823e1374d
commit 2b95e66079

View File

@@ -68,7 +68,7 @@ Don't forget to change your computer's default DNS to use the dnsmasq server 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://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). 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://ip2-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?