From da158a7afdadd9035d90173bd2ba634927edcf0c Mon Sep 17 00:00:00 2001 From: notplants Date: Thu, 18 Dec 2025 15:32:24 -0500 Subject: [PATCH] working on recipe --- compose.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/compose.yml b/compose.yml index 21c9f56..e56c5b9 100644 --- a/compose.yml +++ b/compose.yml @@ -214,9 +214,7 @@ services: createbuckets: image: minio/mc depends_on: - minio: - condition: service_healthy - restart: true + - minio entrypoint: > sh -c " MINIO_ROOT_USER=\"\$$(cat /run/secrets/minio_ru)\" &&