diff --git a/templates/compose/yamtrack.yaml b/templates/compose/yamtrack.yaml index 7b626e737..49e760e8f 100644 --- a/templates/compose/yamtrack.yaml +++ b/templates/compose/yamtrack.yaml @@ -21,8 +21,10 @@ services: condition: service_healthy healthcheck: test: - - CMD-SHELL - - "wget --no-verbose --tries=1 --spider http://127.0.0.1:8000/health/ || exit 1" + [ + "CMD-SHELL", + "wget --quiet --tries=1 --spider http://127.0.0.1:8000/health/ || exit 1", + ] interval: 5s timeout: 20s retries: 10