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:
hailin 2026-02-23 06:21:31 -08:00
parent 14e8d7019a
commit 3a6f9d9447
1 changed files with 1 additions and 1 deletions

View File

@ -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