fix: Docker 登录模式相关

This commit is contained in:
foxhui
2025-12-14 19:23:38 +08:00
parent 82d4b2ce77
commit 16c9e64ae4
3 changed files with 14 additions and 6 deletions
+2 -1
View File
@@ -11,8 +11,9 @@ services:
- ./data:/app/data
environment:
- DISPLAY=:99
# true: 登录模式 (用VNC连上去登录)
# false: 标准挂机模式
# true: 登录第一个 worker
# workerName: 只登录指定的 worker
- LOGIN_MODE=false
shm_size: '2gb'
init: true