fix: pull MinIO image from Quay #25

Merged
notplants merged 1 commits from fix-minio-quay into main 2026-09-15 19:11:53 +00:00
+1 -1
View File
@@ -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"]