document HOME env var for non-root/windmill user (#7466)

This commit is contained in:
Alexander Petric
2026-01-09 04:41:50 -05:00
committed by GitHub
parent 322fc29c4c
commit 22f69747ff

View File

@@ -68,6 +68,8 @@ services:
- DATABASE_URL=${DATABASE_URL}
- MODE=worker
- WORKER_GROUP=default
# If running with non-root/non-windmill UID (e.g., user: "1001:1001"),
# add: - HOME=/tmp
# Uncomment to enable PID namespace isolation (requires privileged: true above)
# - ENABLE_UNSHARE_PID=true
depends_on: