From 7afbae3ea0eadcc13fa2a3e8e833827ebc1684bd Mon Sep 17 00:00:00 2001 From: notplants <@notplants> Date: Tue, 15 Sep 2026 19:10:40 +0000 Subject: [PATCH] fix: pull MinIO image from Quay --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index e2fb5e6..c10af74 100644 --- a/compose.yml +++ b/compose.yml @@ -253,7 +253,7 @@ services: - backend minio: - image: minio/minio:RELEASE.2025-09-07T16-13-09Z + image: quay.io/minio/minio:RELEASE.2025-09-07T16-13-09Z environment: *minio-env healthcheck: test: ["CMD", "mc", "ready", "local"] -- 2.54.0