回滚 web 端口 localhost 绑定,Cloudflare Worker 需要外部访问

This commit is contained in:
2569718930@qq.com
2026-05-18 23:10:08 +08:00
parent 4d5a5b674d
commit eaa695ec47
+1 -1
View File
@@ -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')"]