From 7281e86d9e54746d5e2d23e2ea27b3f6a606e7bd Mon Sep 17 00:00:00 2001 From: Harshavardhana Date: Thu, 29 Jul 2021 18:07:06 -0700 Subject: [PATCH] update docker-compose to RELEASE.2021-07-30T00-02-00Z --- 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 d4460e6dd..f36fc0b6f 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: minio/minio:RELEASE.2021-07-27T02-40-15Z + image: minio/minio:RELEASE.2021-07-30T00-02-00Z command: server --console-address ":9001" http://minio{1...4}/data{1...2} expose: - "9000"