From 5cd62535085f06a56c361ca9667f85e5302b6aa5 Mon Sep 17 00:00:00 2001 From: Harshavardhana Date: Mon, 31 May 2021 18:59:32 -0700 Subject: [PATCH] docs: mention docker stack deploy doesn't work with compose.yml --- docs/orchestration/docker-compose/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/orchestration/docker-compose/README.md b/docs/orchestration/docker-compose/README.md index 4d2da084d..b3b22b82b 100644 --- a/docs/orchestration/docker-compose/README.md +++ b/docs/orchestration/docker-compose/README.md @@ -27,6 +27,8 @@ docker-compose.exe pull docker-compose.exe up ``` +> NOTE: We recommend that you use `docker-compose` instead of `docker stack deploy` - the containers started by `docker stack deploy` get deployed as a single container with a virtual networking layer at routing does not allow MinIO distributed setup to run properly. + Distributed instances are now accessible on the host at ports 9000, proceed to access the Web browser at http://127.0.0.1:9000/. Here 4 MinIO server instances are reverse proxied through Nginx load balancing. ### Notes