From 596051952f1b57ce3c01c541e79dbbcfb4297827 Mon Sep 17 00:00:00 2001 From: Gabriel Lamon Date: Thu, 23 Oct 2025 09:29:17 -0300 Subject: [PATCH] fix(templates): update minio image to use coollabsio fork in Plane --- templates/compose/plane.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/compose/plane.yaml b/templates/compose/plane.yaml index 8e2f43a86..bc2fbd637 100644 --- a/templates/compose/plane.yaml +++ b/templates/compose/plane.yaml @@ -225,7 +225,7 @@ services: # Comment this if you using any external s3 compatible storage plane-minio: - image: minio/minio:latest + image: ghcr.io/coollabsio/minio:RELEASE.2025-10-15T17-29-55Z command: server /export --console-address ":9090" environment: <<: *minio-env