fix: mount /home/node/.config explicitly and init perms for .config

This commit is contained in:
2026-04-16 21:29:49 +00:00
parent 146243e5f4
commit 1738ef05a4

View File

@@ -9,11 +9,12 @@ services:
[ [
"sh", "sh",
"-c", "-c",
"mkdir -p /config/gog /config/ssh /config/gws /config && chown -R 1000:1000 /config /workspace && chmod 755 /config /workspace", "mkdir -p /config/gog /config/ssh /config/gws /config && chown -R 1000:1000 /config /workspace /config && chmod 755 /config /workspace",
] ]
volumes: volumes:
- openclaw-config:/config - openclaw-config:/config
- openclaw-workspace:/workspace - openclaw-workspace:/workspace
- openclaw-config:/home/node/.config
openclaw-gateway: openclaw-gateway:
build: build: