From 27d0d22e5da4228ec26e0d8db9c9ff775a130b08 Mon Sep 17 00:00:00 2001 From: Allan Roger Reid Date: Fri, 31 Mar 2023 12:20:56 -0700 Subject: [PATCH] docs: Specify correct port in docker-compose README.md (#16939) --- docs/orchestration/docker-compose/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/orchestration/docker-compose/README.md b/docs/orchestration/docker-compose/README.md index 38010a5ea..220db2cc5 100644 --- a/docs/orchestration/docker-compose/README.md +++ b/docs/orchestration/docker-compose/README.md @@ -39,7 +39,7 @@ or docker stack deploy --compose-file docker-compose.yaml minio ``` -Distributed instances are now accessible on the host at ports 9000, proceed to access the Web browser at . Here 4 MinIO server instances are reverse proxied through Nginx load balancing. +Distributed instances are now accessible on the host using the Minio CLI on port 9000 and the Minio Web Console on port 9001. Proceed to access the Web browser at . Here 4 MinIO server instances are reverse proxied through Nginx load balancing. ### Notes