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:
|
||||
- "13002:3002"
|
||||
volumes:
|
||||
- ${HOME}/.claude:/root/.claude:ro
|
||||
- ${HOME}/.claude:/root/.claude
|
||||
environment:
|
||||
- DB_HOST=postgres
|
||||
- DB_PORT=5432
|
||||
|
|
|
|||
Loading…
Reference in New Issue