docker: hide healthcheck from logs

This commit is contained in:
ed 2025-04-20 12:26:56 +00:00
parent 71c5565949
commit d5a9bd80b2
2 changed files with 2 additions and 7 deletions

View file

@ -17,7 +17,8 @@ services:
stop_grace_period: 15s # thumbnailer is allowed to continue finishing up for 10s after the shutdown signal
healthcheck:
test: ["CMD-SHELL", "wget --spider -q 127.0.0.1:3923/?reset"]
# hide it from logs with "/._" so it matches the default --lf-url filter
test: ["CMD-SHELL", "wget --spider -q 127.0.0.1:3923/?reset=/._"]
interval: 1m
timeout: 2s
retries: 5