Fix OpenClaw config volume path to /home/node
This commit is contained in:
parent
ae5e61cb6e
commit
175c0acf22
1 changed files with 2 additions and 2 deletions
|
|
@ -47,8 +47,8 @@ in
|
|||
config.sops.templates."openclaw.env".path
|
||||
];
|
||||
volumes = [
|
||||
"${./openclaw-config.json}:/root/.openclaw/config.json:ro"
|
||||
"openclaw-data:/root/.openclaw"
|
||||
"${./openclaw-config.json}:/home/node/.openclaw/openclaw.json:ro"
|
||||
"openclaw-data:/home/node/.openclaw"
|
||||
];
|
||||
extraOptions = [
|
||||
"--network=host"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue