We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6760a6a + 220bbed commit f0b8323Copy full SHA for f0b8323
engine/swarm/key-concepts.md
@@ -74,7 +74,9 @@ run on the assigned node or fail.
74
The swarm manager uses **ingress load balancing** to expose the services you
75
want to make available externally to the swarm. The swarm manager can
76
automatically assign the service a **PublishedPort** or you can configure a
77
-PublishedPort for the service in the 30000-32767 range.
+PublishedPort for the service. You can specify any unused port. If you do not
78
+specify a port, the swarm manager assigns the service a port in the 30000-32767
79
+range.
80
81
External components, such as cloud load balancers, can access the service on the
82
PublishedPort of any node in the cluster whether or not the node is currently
0 commit comments