diff --git a/templates/compose/ente-photos-with-s3.yaml b/templates/compose/ente-photos-with-s3.yaml index 932745f82..17c79b8ed 100644 --- a/templates/compose/ente-photos-with-s3.yaml +++ b/templates/compose/ente-photos-with-s3.yaml @@ -86,7 +86,7 @@ services: retries: 5 minio: - image: 'quay.io/minio/minio:RELEASE.2025-09-07T16-13-09Z' # Released at 2025-09-07T16-13-09Z + image: ghcr.io/coollabsio/minio:RELEASE.2025-10-15T17-29-55Z # Released on 15 October 2025 command: 'server /data --console-address ":9001"' environment: - MINIO_SERVER_URL=$MINIO_SERVER_URL diff --git a/templates/compose/reactive-resume.yaml b/templates/compose/reactive-resume.yaml index 9c4e2cf28..0b53b0d7c 100644 --- a/templates/compose/reactive-resume.yaml +++ b/templates/compose/reactive-resume.yaml @@ -46,7 +46,7 @@ services: retries: 10 minio: - image: quay.io/minio/minio:latest + image: ghcr.io/coollabsio/minio:RELEASE.2025-10-15T17-29-55Z # Released on 15 October 2025 command: server /data --console-address ":9001" environment: - MINIO_SERVER_URL=$MINIO_SERVER_URL