We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 605942c + 035e26f commit a26e601Copy full SHA for a26e601
1 file changed
docs/reference/commandline/service_create.md
@@ -916,7 +916,7 @@ $ docker service create \
916
The swarm extends my-network to each node running the service.
917
918
Containers on the same network can access each other using
919
-[service discovery](https://docs.docker.com/network/overlay/#container-discovery).
+[service discovery](https://docs.docker.com/network/drivers/overlay/#container-discovery).
920
921
Long form syntax of `--network` allows to specify list of aliases and driver options:
922
`--network name=my-network,alias=web1,driver-opt=field1=value1`
0 commit comments