fix: Remove read-only flag from volume mount
This commit is contained in:
parent
d8c83e3383
commit
282725e620
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue