Add tcp port (#5124)

This commit is contained in:
Jim Galasyn 2017-10-26 09:10:25 -07:00 committed by GitHub
parent 27e9e13930
commit 82d7a8aa5e
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ When installing UCP on a host, make sure the following ports are open:
| managers, workers | in | TCP 443 (configurable) | Port for the UCP web UI and API |
| managers | in | TCP 2376 (configurable) | Port for the Docker Swarm manager. Used for backwards compatibility |
| managers, workers | in | TCP 2377 (configurable) | Port for communication between swarm nodes |
| workers | out | TCP 2377 (configurable) | Port for communication between swarm nodes |
| managers, workers | in, out | UDP 4789 | Port for overlay networking |
| managers, workers | in, out | TCP, UDP 7946 | Port for gossip-based clustering |
| managers, workers | in | TCP 12376 | Port for a TLS proxy that provides access to UCP, Docker Engine, and Docker Swarm |