mirror of https://github.com/docker/docs.git
Merge pull request #1141 from patoobe/container-port-vs-local-port
Correct Python application port for local browsing
This commit is contained in:
commit
50d3263d2d
|
@ -156,7 +156,7 @@ Suppose you want to test two Python applications: both bound to port 5000 inside
|
|||
their own containers. Without Docker's port mapping you could only access one at
|
||||
a time on the Docker host.
|
||||
|
||||
So you can now browse to port 49155 in a web browser to see the application.
|
||||
So you can now browse to port 80 in a web browser to see the application.
|
||||
|
||||
.
|
||||
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 9.1 KiB |
Loading…
Reference in New Issue