Browse Source

fix overlay network example

Signed-off-by: Charles Smith <charles.smith@docker.com>
Charles Smith 9 năm trước cách đây
mục cha
commit
0277eb9a32
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      docs/swarm/services.md

+ 1 - 1
docs/swarm/services.md

@@ -204,7 +204,7 @@ the overlay network:
 ```bash
 $ docker service create \
   --replicas 3 \
-  --network my-multi-host-network \
+  --network my-network \
   --name my-web \
   nginx