switch healthcheck test to curl

This commit is contained in:
TheMaddax 2024-11-30 19:40:01 -06:00
parent cad3c5db7d
commit 2e4d381835

View file

@ -20,7 +20,7 @@ services:
limits:
memory: 512M
healthcheck:
test: ["CMD", "wget", "--no-check-certificate", "--spider", "http://localhost:2019/config/"]
test: ["CMD", "curl", "-f", "http://localhost:80"]
interval: 30s
timeout: 10s
retries: 3