fix: pull MinIO image from Quay

This commit is contained in:
notplants
2026-09-15 19:10:40 +00:00
committed by notplants
parent 5afdfc2762
commit 7afbae3ea0
+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"]