fix EW health check

This commit is contained in:
Matthew Hodgson
2024-11-08 19:07:32 +00:00
parent a5b143c50e
commit 041b14cc0d

View File

@@ -241,7 +241,7 @@ services:
# ports: # ports:
# - 8080:80 # - 8080:80
healthcheck: healthcheck:
test: ["CMD-SHELL", "curl -fSs http://localhost:8080/version || exit 1"] test: ["CMD-SHELL", "wget -q -O /dev/null http://localhost:80/version || exit 1"]
start_period: "5s" start_period: "5s"
interval: "15s" interval: "15s"
timeout: "5s" timeout: "5s"