From 190b47b1d628aae95cc40a1e976813df401e6350 Mon Sep 17 00:00:00 2001 From: ShadowArcanist Date: Wed, 22 Oct 2025 12:32:12 +0530 Subject: [PATCH] Replace minio with coollabs minio on plane service template --- 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 ae4e8eb4d..fa0f08ef3 100644 --- a/templates/compose/plane.yaml +++ b/templates/compose/plane.yaml @@ -211,7 +211,7 @@ services: plane-minio: <<: *app-env - image: minio/minio:latest + image: ghcr.io/coollabsio/minio:RELEASE.2025-10-15T17-29-55Z # Released on 15 October 2025 command: server /export --console-address ":9090" volumes: - uploads:/export