fix: raise web container open file limit

This commit is contained in:
2569718930@qq.com
2026-06-02 16:19:52 +08:00
parent 35a93cbd9e
commit 876417c5ec
2 changed files with 17 additions and 0 deletions
+4
View File
@@ -112,6 +112,10 @@ services:
ports:
- "127.0.0.1:8000:8000"
restart: unless-stopped
ulimits:
nofile:
soft: 65535
hard: 65535
user: ${UID:-1000}:${GID:-1000}
volumes:
- ${POLYWEATHER_RUNTIME_DATA_DIR:-/var/lib/polyweather}:/var/lib/polyweather