From 76ebb16688da322893059fc0f08f440022a5c9c5 Mon Sep 17 00:00:00 2001 From: Minio Trusted Date: Tue, 11 Jun 2024 06:11:10 +0000 Subject: [PATCH] Update yaml files to latest version RELEASE.2024-06-11T03-13-30Z --- 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 c2f67c439..0121c0b26 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-06-06T09-36-42Z + image: quay.io/minio/minio:RELEASE.2024-06-11T03-13-30Z command: server --console-address ":9001" http://minio{1...4}/data{1...2} expose: - "9000"