diff --git a/docker-compose.yml b/docker-compose.yml index c280f2c..7d9b91b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -9,7 +9,7 @@ services: - APP_SLUG=noticeboard - OFFICE_IP_CHECK=${OFFICE_IP_CHECK:-disabled} healthcheck: - test: ["CMD-SHELL", "wget -qO- http://localhost:3001/health || exit 1"] + test: ["CMD-SHELL", "wget -qO- http://127.0.0.1:3001/health || exit 1"] interval: 10s retries: 5 start_period: 15s