mirror of
https://github.com/minio/minio.git
synced 2025-02-03 09:55:59 -05:00
docs: Specify correct port in docker-compose README.md (#16939)
This commit is contained in:
parent
407c9ddcbf
commit
27d0d22e5d
@ -39,7 +39,7 @@ or
|
|||||||
docker stack deploy --compose-file docker-compose.yaml minio
|
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 <http://127.0.0.1:9000/>. 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 <http://127.0.0.1:9001/>. Here 4 MinIO server instances are reverse proxied through Nginx load balancing.
|
||||||
|
|
||||||
### Notes
|
### Notes
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user