From 4d54fede5c8888137afc1592b0a407802005b63c Mon Sep 17 00:00:00 2001 From: Joao M Date: Sat, 25 Feb 2023 23:10:22 -0600 Subject: [PATCH] Update swarm.md --- docs/swarm.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/swarm.md b/docs/swarm.md index 3779345..fc671d1 100644 --- a/docs/swarm.md +++ b/docs/swarm.md @@ -79,6 +79,8 @@ networks: external: true ``` +Note: The services to be discovered **don't need** to be in the same network as EasyHAProxy is. + Once the container is running, EasyHAProxy will detect automatically and start to redirect all traffic from `example.org:80` to your container. You don't need to expose any port in your container.