diff --git a/docker-compose.yml b/docker-compose.yml index c61fd41..7b54a34 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -278,7 +278,7 @@ services: networks: - net healthcheck: - test: ["CMD", "wget", "--spider", "-q", "--tries=1", "http://localhost:3080/settings"] + test: ["CMD", "wget", "--spider", "-q", "--tries=1", "http://127.0.0.1:3080/settings"] interval: 5m timeout: 3s