From 3e76bdd59e55298d7c58040d325c1ba5609d0eb4 Mon Sep 17 00:00:00 2001 From: ShadowArcanist Date: Wed, 22 Oct 2025 12:39:06 +0530 Subject: [PATCH] Replace minio with coollabs minio on huly service template --- templates/compose/huly.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/compose/huly.yaml b/templates/compose/huly.yaml index c15a245c7..785c584fc 100644 --- a/templates/compose/huly.yaml +++ b/templates/compose/huly.yaml @@ -15,7 +15,7 @@ services: volumes: - huly-db:/data/db minio: - image: "minio/minio" + image: ghcr.io/coollabsio/minio:RELEASE.2025-10-15T17-29-55Z # Released on 15 October 2025 command: server /data --address ":9000" --console-address ":9001" volumes: - huly-files:/data