From 2f64d5f77e91e6f94a74b76d79a570222c76355b Mon Sep 17 00:00:00 2001 From: Minio Trusted Date: Tue, 28 May 2024 19:23:04 +0000 Subject: [PATCH] Update yaml files to latest version RELEASE.2024-05-28T17-19-04Z --- docs/orchestration/docker-compose/docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/orchestration/docker-compose/docker-compose.yaml b/docs/orchestration/docker-compose/docker-compose.yaml index 7a1f361e8..5a80bfafa 100644 --- a/docs/orchestration/docker-compose/docker-compose.yaml +++ b/docs/orchestration/docker-compose/docker-compose.yaml @@ -2,7 +2,7 @@ version: '3.7' # Settings and configurations that are common for all containers x-minio-common: &minio-common - image: quay.io/minio/minio:RELEASE.2024-05-27T19-17-46Z + image: quay.io/minio/minio:RELEASE.2024-05-28T17-19-04Z command: server --console-address ":9001" http://minio{1...4}/data{1...2} expose: - "9000"