using wget again

This commit is contained in:
Carter 2024-10-10 14:07:22 -06:00
parent a7d01e4fa0
commit 0a4a0f96e8

View file

@ -10,7 +10,7 @@ services:
update_config: update_config:
order: start-first order: start-first
healthcheck: healthcheck:
test: ["CMD", "curl", "--f", "localhost:8080/health"] test: ["CMD", "wget", "--spider", "-q", "localhost:8080/health"]
interval: 1m interval: 1m
timeout: 10s timeout: 10s
retries: 3 retries: 3