From 8bb11d61717f0aecd84276f5c3edc583cbd245c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20M=2E?= Date: Wed, 31 Jul 2024 12:48:39 +0200 Subject: [PATCH] Use mc ready check (#711) --- stubs/minio.stub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stubs/minio.stub b/stubs/minio.stub index c15e3c5f..e267aa76 100644 --- a/stubs/minio.stub +++ b/stubs/minio.stub @@ -12,6 +12,6 @@ minio: - sail command: minio server /data/minio --console-address ":8900" healthcheck: - test: ["CMD", "curl", "-f", "http://localhost:9000/minio/health/live"] + test: ["CMD", "mc", "ready", "local"] retries: 3 timeout: 5s