From eaa695ec472eed09f8ab0e73cfd08149d9b84828 Mon Sep 17 00:00:00 2001 From: "2569718930@qq.com" <2569718930@qq.com> Date: Mon, 18 May 2026 23:10:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=9E=E6=BB=9A=20web=20=E7=AB=AF=E5=8F=A3?= =?UTF-8?q?=20localhost=20=E7=BB=91=E5=AE=9A=EF=BC=8CCloudflare=20Worker?= =?UTF-8?q?=20=E9=9C=80=E8=A6=81=E5=A4=96=E9=83=A8=E8=AE=BF=E9=97=AE?= 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 80f56424..af3d62b0 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -29,7 +29,7 @@ services: - ${POLYWEATHER_RUNTIME_DATA_DIR:-/var/lib/polyweather}:/var/lib/polyweather - ${POLYWEATHER_RUNTIME_DATA_DIR:-/var/lib/polyweather}:/app/data ports: - - "127.0.0.1:8000:8000" + - "8000:8000" user: "${UID:-1000}:${GID:-1000}" healthcheck: test: ["CMD", "python", "-c", "from urllib.request import urlopen; urlopen('http://localhost:8000/healthz')"]