From 1b74c82ed4b9fa69f980ee0bce26cef9d2b64e61 Mon Sep 17 00:00:00 2001 From: leonincs Date: Sun, 24 May 2026 00:19:47 +0800 Subject: [PATCH] =?UTF-8?q?fix(compose):=20=E4=BF=AE=E5=A4=8D=E5=89=8D?= =?UTF-8?q?=E7=AB=AF=E5=81=A5=E5=BA=B7=E6=A3=80=E6=9F=A5=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index e7eae6a..bd64623 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -124,7 +124,7 @@ services: depends_on: - backend healthcheck: - test: ["CMD-SHELL", "wget -qO- http://localhost:80/ || exit 1"] + test: ["CMD-SHELL", "wget -qO- http://127.0.0.1:80/ || exit 1"] interval: 10s timeout: 5s retries: 3 @@ -134,4 +134,3 @@ volumes: redis_data: rabbitmq_data: backend_uploads: -