From 22c0581e8d87be0e5f246a4051ec7e4e467e234f Mon Sep 17 00:00:00 2001 From: goulustis Date: Mon, 26 Jan 2026 21:20:39 +0800 Subject: [PATCH] health change --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 105362e..6fd8589 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -13,7 +13,7 @@ x-common-config: &common-config - ./scripts:/app/scripts - ./assets:/app/assets healthcheck: - test: ["CMD", "python", "-c", "import urllib.request; urllib.request.urlopen('http://localhost:8588/health')"] + test: ["CMD", "python", "-c", "import urllib.request; urllib.request.urlopen('http://0.0.0.0:8588/health')"] interval: 30s timeout: 10s retries: 3 @@ -25,7 +25,7 @@ services: container_name: xiaozhan command: ["python", "fastapi_server/server_dashscope.py"] ports: - - "8590:8588" + - "8588:8588" blueberry: <<: *common-config