diff --git a/docker-compose.yml b/docker-compose.yml index 31e17de..dd5b443 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -7,6 +7,6 @@ services: - "${FRONTEND_PORT:-3000}:80" restart: unless-stopped healthcheck: - test: ["CMD-SHELL", "wget -qO- http://localhost/health 2>/dev/null || wget -qO- http://localhost/ > /dev/null && echo ok || exit 1"] + test: ["CMD-SHELL", "wget -qO- http://127.0.0.1/health 2>/dev/null || wget -qO- http://127.0.0.1/ > /dev/null && echo ok || exit 1"] interval: 15s retries: 3