fix: mount .claude directory as read-write for SDK debug logs
SDK writes debug logs to ~/.claude/debug/ at runtime. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
14e8d7019a
commit
3a6f9d9447
|
|
@ -119,7 +119,7 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- "13002:3002"
|
- "13002:3002"
|
||||||
volumes:
|
volumes:
|
||||||
- ${HOME}/.claude:/root/.claude:ro
|
- ${HOME}/.claude:/root/.claude
|
||||||
environment:
|
environment:
|
||||||
- DB_HOST=postgres
|
- DB_HOST=postgres
|
||||||
- DB_PORT=5432
|
- DB_PORT=5432
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue