fix: add /config to init perms (for .config)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user