Merge pull request #13756 from ndrwrbgs/patch-1

s/an Docker/a Docker/
This commit is contained in:
Sebastiaan van Stijn 2021-11-11 15:02:00 +01:00 committed by GitHub
commit ed4ce451d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ See the [links reference](compose-file/compose-file-v2.md#links) for more inform
## Multi-host networking
When deploying a Compose application on an Docker Engine with [Swarm mode enabled](../engine/swarm/index.md),
When deploying a Compose application on a Docker Engine with [Swarm mode enabled](../engine/swarm/index.md),
you can make use of the built-in `overlay` driver to enable multi-host communication.
Consult the [Swarm mode section](../engine/swarm/index.md), to see how to set up