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
|
config.sops.templates."openclaw.env".path
|
||||||
];
|
];
|
||||||
volumes = [
|
volumes = [
|
||||||
"${./openclaw-config.json}:/root/.openclaw/config.json:ro"
|
"${./openclaw-config.json}:/home/node/.openclaw/openclaw.json:ro"
|
||||||
"openclaw-data:/root/.openclaw"
|
"openclaw-data:/home/node/.openclaw"
|
||||||
];
|
];
|
||||||
extraOptions = [
|
extraOptions = [
|
||||||
"--network=host"
|
"--network=host"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue