From bd41ab603d26bd0ad36096150694e861760c28cf Mon Sep 17 00:00:00 2001 From: Aetherinox Date: Mon, 23 Jun 2025 03:25:37 -0700 Subject: [PATCH] build: update `docker-compose.yml` example added new quiet param to healthcheck --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 66816c4f..eb1e178e 100755 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -45,6 +45,6 @@ services: soft: -1 hard: -1 healthcheck: - test: [ "CMD", "curl", "--fail", "http://127.0.0.1:4124" ] + test: [ "CMD", "curl", "--fail", "http://127.0.0.1:4124/api/health?silent=true" ] interval: 30s retries: 5