Update MinIO image to use GitHub Container Registry (#525)
taylor_socfortress committed
Oct 24, 2025 at 17:26 UTC
eb5ab2366e4b0e6338fd217aad3f320abb95e894
1 file changed
+1
-1
docker-compose.yml
+1
-1
@@ -38,7 +38,7 @@ services:
38
restart: always
39
40
copilot-minio:
41
- image: quay.io/minio/minio:RELEASE.2024-09-13T20-26-02Z
41
+ image: ghcr.io/socfortress/minio:release.2024-09-13t20-26-02z
42
environment:
43
MINIO_ROOT_USER: ${MINIO_ROOT_USER}
44
MINIO_ROOT_PASSWORD: ${MINIO_ROOT_PASSWORD}