diff --git a/templates/compose/reactive-resume.yaml b/templates/compose/reactive-resume.yaml index 930c52cc8..1d27793fb 100644 --- a/templates/compose/reactive-resume.yaml +++ b/templates/compose/reactive-resume.yaml @@ -53,7 +53,7 @@ services: volumes: - minio-data:/data healthcheck: - test: ["CMD", "curl", "-f", "http://127.0.0.1:9000/minio/health/live"] + test: ["CMD", "mc", "ready", "local"] interval: 5s timeout: 20s retries: 10