diff --git a/docker-compose.yml b/docker-compose.yml index 71b45b0..794993d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -18,7 +18,7 @@ services: networks: - traefik-public healthcheck: - test: ["CMD", "wget", "-q", "--spider", "http://localhost:3000"] + test: ["CMD", "wget", "-q", "--spider", "http://127.0.0.1:3000"] interval: 30s timeout: 10s retries: 3