fix: add /config to init perms (for .config)

This commit is contained in:
2026-04-16 21:22:52 +00:00
parent 6a6a94dfe6
commit 146243e5f4

View File

@@ -9,7 +9,7 @@ services:
[ [
"sh", "sh",
"-c", "-c",
"mkdir -p /config/gog /config/ssh /config/gws /workspace && 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 && chmod 755 /config /workspace",
] ]
volumes: volumes:
- openclaw-config:/config - openclaw-config:/config