From 23929d12b6d9a039ca305a243ac3b7d9a5517c2a Mon Sep 17 00:00:00 2001 From: HoshangDEV <79860218+HoshangDEV@users.noreply.github.com> Date: Sun, 22 Jun 2025 13:10:26 -0400 Subject: [PATCH] Updated Minio docker-compose.yml (#189) * Update docker-compose.yml - Added the last image version of Minio before they remove most of the admin ui as comment. * Update docker-compose.yml --- blueprints/minio/docker-compose.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/blueprints/minio/docker-compose.yml b/blueprints/minio/docker-compose.yml index b8e91dfe..0e14a430 100644 --- a/blueprints/minio/docker-compose.yml +++ b/blueprints/minio/docker-compose.yml @@ -1,6 +1,9 @@ version: "3.8" services: minio: + # after RELEASE.2025-04-22T22-12-26Z, minio removed most of the admin UI, if you want to use the admin UI, uncomment the line below + # image: minio/minio:RELEASE.2025-04-22T22-12-26Z + # if you uncommented the line above, comment the line below image: minio/minio volumes: # by default, the MinIO container will use a volume named minio-data