fix(templates): update minio image to use coollabsio fork in Plane

This commit is contained in:
Gabriel Lamon 2025-10-23 09:29:17 -03:00
parent 72f6b425af
commit 596051952f

View file

@ -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