From a8a846caca3c3738b26f99836679baf633ea749e Mon Sep 17 00:00:00 2001 From: Steven <32310212+StBalashov@users.noreply.github.com> Date: Thu, 30 Jul 2020 01:17:51 +0500 Subject: [PATCH] Update network-tutorial-overlay.md --- network/network-tutorial-overlay.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/network/network-tutorial-overlay.md b/network/network-tutorial-overlay.md index 5259d434c4..af9dcaf03c 100644 --- a/network/network-tutorial-overlay.md +++ b/network/network-tutorial-overlay.md @@ -163,7 +163,7 @@ connect a service to each of them. $ docker network create -d overlay nginx-net ``` - You don't need to create the overlay network on the other nodes, beacause it + You don't need to create the overlay network on the other nodes, because it will be automatically created when one of those nodes starts running a service task which requires it.