From 7a3922c2e733a9d4c9a58910e86a7dcf032e6788 Mon Sep 17 00:00:00 2001 From: ofthesun9 Date: Thu, 18 Oct 2018 19:14:53 +0000 Subject: [PATCH] Fixes few typos --- docs/swarm/master/README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/swarm/master/README.md b/docs/swarm/master/README.md index ba5e0011..44c19dc7 100644 --- a/docs/swarm/master/README.md +++ b/docs/swarm/master/README.md @@ -75,10 +75,9 @@ Instead, we will use the following work-around: ``` echo "$(docker-compose -f /mnt/docker/apps/mailu/docker-compose.yml config 2>/dev/null)" | docker stack deploy -c- mailu ``` We need also to: -- change the way we define the volumes (nfs share in our case) - add a deploy section for every service -- the way the ports are defined for the front service -- add the POD_ADDRESS_RANGE definition imap, smtp and antispam services +- modify the way the ports are defined for the front service +- add the POD_ADDRESS_RANGE definition for imap, smtp and antispam services ## Docker compose An example of docker-compose-stack.yml file is available here: