From dd3dc044410c3d19236c2317a9c1cd8f2fd621d6 Mon Sep 17 00:00:00 2001 From: Vincent Vatelot Date: Mon, 14 Sep 2026 17:26:26 +0200 Subject: [PATCH] fix(api): use pgsty/mc for RustFS bucket init minio/mc is no longer available on Docker Hub after MinIO stopped publishing community images, so rustfs-init could not pull. Co-authored-by: Cursor --- projects/ecoindex_api/docker-compose.yml.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/ecoindex_api/docker-compose.yml.template b/projects/ecoindex_api/docker-compose.yml.template index b15e16d..7b96ff6 100644 --- a/projects/ecoindex_api/docker-compose.yml.template +++ b/projects/ecoindex_api/docker-compose.yml.template @@ -138,7 +138,7 @@ services: command: /data rustfs-init: - image: minio/mc:latest + image: pgsty/mc:latest depends_on: rustfs: condition: service_started