diff --git a/docker-compose.yml b/docker-compose.yml index 8bd56c5..046eb08 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1525,7 +1525,7 @@ services: - breakpilot-pwa-network restart: unless-stopped healthcheck: - test: ["CMD", "wget", "-q", "--spider", "http://localhost:80/"] + test: ["CMD", "wget", "-q", "--spider", "http://127.0.0.1:80/"] interval: 30s timeout: 10s retries: 3