switch healthcheck test

This commit is contained in:
TheMaddax 2024-11-30 19:36:02 -06:00
parent f2d6283c6f
commit cad3c5db7d

View file

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