fix healthcheck test

This commit is contained in:
TheMaddax 2024-11-30 19:29:31 -06:00
parent 8d40f57f37
commit f2d6283c6f

View file

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