correct a mistake

This commit is contained in:
Bo Chen 2018-05-16 21:59:40 +10:00 committed by Joao Fernandes
parent 35cd70f4f1
commit 3dee59ac95
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ in mind.
- If you expect to run multiple service tasks on each node (such as when you
have 5 nodes but run 10 replicas), you cannot specify a static target port.
Either allow Docker to assign a random high-numbered port (by leaving off the
`target`), or ensure that only a single instance of the service runs on a
`published`), or ensure that only a single instance of the service runs on a
given node, by using a global service rather than a replicated one, or by
using placement constraints.