From 557c0ec433b64ae3429844d095766d062187b295 Mon Sep 17 00:00:00 2001 From: Joao M Date: Sat, 25 Feb 2023 22:47:37 -0600 Subject: [PATCH] Fix docker swarm documentation --- docs/swarm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/swarm.md b/docs/swarm.md index 15f2457..3779345 100644 --- a/docs/swarm.md +++ b/docs/swarm.md @@ -11,7 +11,7 @@ If not, EasyHAProxy will connect the service with the EasyHAProxy service networ e.g.: ```bash -docker create network easyhaproxy +docker network create -d overlay easyhaproxy ``` And then deploy the EasyHAProxy stack: