From ed5af33622d76cdd2a5654c2c53b8ea29365292c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=97=E5=AD=90?= Date: Fri, 30 Jan 2026 18:48:38 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- openclaw/docker-compose.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openclaw/docker-compose.yml b/openclaw/docker-compose.yml index 4d86047..f19a799 100644 --- a/openclaw/docker-compose.yml +++ b/openclaw/docker-compose.yml @@ -3,6 +3,7 @@ services: # You need to run `node dist/index.js onboard` to initialize the config files after the first launch. image: ghcr.io/openclaw/openclaw:latest environment: + UMASK: 022 HOME: /home/node TERM: xterm-256color BROWSER: echo @@ -13,6 +14,7 @@ services: ports: - "${OPENCLAW_GATEWAY_PORT}:18789" - "${OPENCLAW_BRIDGE_PORT}:18790" + user: "0:0" init: true stdin_open: true tty: true