Skip to content

Commit 220bbed

Browse files
author
Misty Stanley-Jones
committed
Fix incorrect information about swarm port assignment
1 parent 4a833da commit 220bbed

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

engine/swarm/key-concepts.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,9 @@ run on the assigned node or fail.
7474
The swarm manager uses **ingress load balancing** to expose the services you
7575
want to make available externally to the swarm. The swarm manager can
7676
automatically assign the service a **PublishedPort** or you can configure a
77-
PublishedPort for the service in the 30000-32767 range.
77+
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.
7880

7981
External components, such as cloud load balancers, can access the service on the
8082
PublishedPort of any node in the cluster whether or not the node is currently

0 commit comments

Comments
 (0)