fix: Remove read-only flag from volume mount

This commit is contained in:
Aunali321 2025-08-11 21:01:28 +05:30
parent d8c83e3383
commit 282725e620

View file

@ -5,6 +5,6 @@ services:
ports: ports:
- "8192:8192" - "8192:8192"
volumes: volumes:
- /root/.claude:/root/.claude:ro - /root/.claude:/root/.claude
environment: environment:
- PORT=8192 - PORT=8192