mirror of https://github.com/docker/docs.git
fix typo in swarm tutorial
This commit is contained in:
parent
f1f9d2a5c3
commit
cb3d925f7f
|
@ -114,8 +114,8 @@ The following ports must be available. On some systems, these ports are open by
|
|||
* **TCP** and **UDP port 4789** for overlay network traffic
|
||||
|
||||
If you are planning on creating an overlay network with encryption (`--opt encrypted`),
|
||||
you will also need to ensure protocol 50 (ESP) is open.
|
||||
you will also need to ensure port 50 (ESP) is open.
|
||||
|
||||
## What's next?
|
||||
|
||||
After you have set up your environment, you are ready to [create a swarm](create-swarm.md).
|
||||
After you have set up your environment, you are ready to [create a swarm](create-swarm.md).
|
||||
|
|
Loading…
Reference in New Issue