diff --git a/templates/compose/supabase.yaml b/templates/compose/supabase.yaml index 537165d63..54e137b10 100644 --- a/templates/compose/supabase.yaml +++ b/templates/compose/supabase.yaml @@ -1072,7 +1072,7 @@ services: command: > sh -c "/app/bin/migrate && /app/bin/realtime eval 'Realtime.Release.seeds(Realtime.Repo)' && /app/bin/server" supabase-minio: - image: minio/minio + image: ghcr.io/coollabsio/minio:RELEASE.2025-10-15T17-29-55Z # Released on 15 October 2025 environment: - MINIO_ROOT_USER=${SERVICE_USER_MINIO} - MINIO_ROOT_PASSWORD=${SERVICE_PASSWORD_MINIO}