[mod] volumes
This commit is contained in:
parent
0c915b357e
commit
f9d976ecc5
1 changed files with 2 additions and 2 deletions
4
zsh.add
4
zsh.add
|
|
@ -14,9 +14,9 @@ function agent() {
|
||||||
--name "$CONTAINER_NAME" \
|
--name "$CONTAINER_NAME" \
|
||||||
--add-host=host.docker.internal:host-gateway \
|
--add-host=host.docker.internal:host-gateway \
|
||||||
-v "$TARGET_DIR:/workspace" \
|
-v "$TARGET_DIR:/workspace" \
|
||||||
-v "$HOME/dev/ai/opencode.cfg:/root/.config/opencode" \
|
|
||||||
-v "$HOME/git/mcp:/root/mcp" \
|
-v "$HOME/git/mcp:/root/mcp" \
|
||||||
-v opencode-database:/root/.local/share/opencode" \
|
-v ~/.local/share/opencode:/root/.local/share/opencode \
|
||||||
|
-v ~/.config/opencode:/root/.config/opencode \
|
||||||
-v opencode-cargo-cache:/root/.cargo \
|
-v opencode-cargo-cache:/root/.cargo \
|
||||||
-v opencode-go-cache:/root/go \
|
-v opencode-go-cache:/root/go \
|
||||||
-v opencode-bun-cache:/root/.bun \
|
-v opencode-bun-cache:/root/.bun \
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue