diff --git a/docker-compose.yml b/docker-compose.yml index 133c555..2ff77d9 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -155,7 +155,7 @@ services: networks: - chrysopedia healthcheck: - test: ["CMD-SHELL", "wget -qO- http://localhost:80/ || exit 1"] + test: ["CMD-SHELL", "curl -sf http://127.0.0.1:80/ || exit 1"] interval: 30s timeout: 5s retries: 3