diff --git a/OmniTools/docker-compose.yaml b/OmniTools/docker-compose.yaml index f505db1..5d4e007 100644 --- a/OmniTools/docker-compose.yaml +++ b/OmniTools/docker-compose.yaml @@ -7,7 +7,7 @@ services: ports: - ${OMNITOOLS_PORT:-8000}:80 healthcheck: - test: ["CMD", "wget", "--spider", "-q", "http://localhost:80"] + test: ["CMD", "wget", "--spider", "-q", "http://127.0.0.1:80"] interval: 30s timeout: 10s retries: 3