From 18df16633467acff24d3e7fa5bff373dfcad8625 Mon Sep 17 00:00:00 2001 From: Joao Fernandes Date: Thu, 13 Oct 2016 16:37:00 -0700 Subject: [PATCH] Update system requirements, open port 4789 --- installation/system-requirements.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installation/system-requirements.md b/installation/system-requirements.md index d1b2528922..1f5376f2c3 100644 --- a/installation/system-requirements.md +++ b/installation/system-requirements.md @@ -38,8 +38,8 @@ 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 | -| managers, workers | in, out | UDP 4789 | Port for overlay networking | -| managers, workers | in, out | TCP & UDP 7946 | Port for overlay networking | +| managers, workers | in, out | TCP, UDP 4789 | Port for overlay networking | +| managers, workers | in, out | TCP, UDP 7946 | Port for overlay networking | | managers, workers | in | TCP 12376 | Port for a TLS proxy that provides access to UCP, Docker Engine, and Docker Swarm | | managers | in | TCP 12379 | Port for internal node configuration, cluster configuration, and HA | | managers | in | TCP 12380 | Port for internal node configuration, cluster configuration, and HA |