Skip to content

Commit a559abb

Browse files
committed
fix(docs): correct workingDir and config path in byok.md
1 parent 8236bdd commit a559abb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/byok.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ agents:
8282
enabled: true
8383
image: ghcr.io/openabdev/openab-codex:latest
8484
command: codex-acp
85+
workingDir: /home/node
8586
envFrom:
8687
- secretRef:
8788
name: codex-provider-secrets
@@ -94,7 +95,7 @@ agents:
9495
With that default layout, Codex reads its config from:
9596
9697
```text
97-
/home/agent/.codex/config.toml
98+
/home/node/.codex/config.toml
9899
```
99100

100101
If you override `workingDir`, adjust the paths in this guide to match your

0 commit comments

Comments
 (0)