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)\" &&