We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b6eadb commit 3d0f513Copy full SHA for 3d0f513
docs/orchestration/docker-compose/docker-compose.yaml
@@ -2,7 +2,7 @@ version: '3.7'
2
3
# Settings and configurations that are common for all containers
4
x-minio-common: &minio-common
5
- image: quay.io/minio/minio:RELEASE.2024-12-18T13-15-44Z
+ image: quay.io/minio/minio:RELEASE.2025-01-18T00-31-37Z
6
command: server --console-address ":9001" http://minio{1...4}/data{1...2}
7
expose:
8
- "9000"
0 commit comments