diff --git a/compose.yml b/compose.yml index 0e785d8..79d5752 100644 --- a/compose.yml +++ b/compose.yml @@ -26,7 +26,7 @@ services: soft: 262144 hard: 262144 healthcheck: - test: ["CMD-SHELL", "wget --no-verbose --tries=1 --spider http://localhost:8123/ping || exit 1"] + test: ["CMD-SHELL", "wget --no-verbose --tries=1 --spider http://127.0.0.1:8123/ping || exit 1"] start_interval: 2s start_period: 1m