From f1122d9cb37fd24352c70bdbb749a766ee41277f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=88=BD=E5=93=92=E5=93=92?= Date: Wed, 18 Mar 2026 23:34:56 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=90=8E=E7=AB=AF?= =?UTF-8?q?=E5=81=A5=E5=BA=B7=E6=A3=80=E6=9F=A5=E7=AB=AF=E5=8F=A3=E4=B8=BA?= =?UTF-8?q?=208876?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index be313f8..5d20db1 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -34,7 +34,7 @@ services: networks: - scoring_network healthcheck: - test: ["CMD", "python", "-c", "import requests; requests.get('http://localhost:8000/api/health/')"] + test: ["CMD", "python", "-c", "import requests; requests.get('http://localhost:8876/api/health/')"] interval: 30s timeout: 10s retries: 3