build: update docker-compose.yml example

added new quiet param to healthcheck
This commit is contained in:
2025-06-23 03:25:37 -07:00
parent 0059431fbb
commit bd41ab603d

View File

@@ -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