From fcd3393fa593419c07c33e7d64cda45206336555 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20D=C5=82uski?= Date: Mon, 19 Jul 2021 12:04:05 +0200 Subject: [PATCH] use fixed minio stable version (minio team separated console and api in the july feature release) https://github.com/minio/minio/releases/tag/RELEASE.2021-07-08T01-15-01Z --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 41e4e16..be7dcd3 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,7 +1,7 @@ version: '3.2' services: s3: - image: minio/minio:latest + image: minio/minio:RELEASE.2021-06-14T01-29-23Z container_name: aws-s3 ports: - 9000:9000