mirror of https://github.com/docker/docs.git
Added extra tip for "connectivity trouble"
Part 4 doesn't include instructions to change the port forwarding to 80:80 in this section. The screenshot is a bit misleading if you're coming directly from part 3 and have port 4000 still forwarding to port 80.
This commit is contained in:
parent
adeba07213
commit
c8575339cc
|
@ -435,6 +435,10 @@ look:
|
|||
>
|
||||
> - Port 7946 TCP/UDP for container network discovery.
|
||||
> - Port 4789 UDP for the container ingress network.
|
||||
>
|
||||
> Double check what you have in the ports section under your web
|
||||
> service and make sure the ip addresses you enter in your browser
|
||||
> or curl reflects that
|
||||
|
||||
## Iterating and scaling your app
|
||||
|
||||
|
|
Loading…
Reference in New Issue