From f9d976ecc549a80316ca76c14cae2df66f30597c Mon Sep 17 00:00:00 2001 From: Andy Bunce Date: Sat, 4 Apr 2026 22:34:08 +0100 Subject: [PATCH] [mod] volumes --- zsh.add | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zsh.add b/zsh.add index e38f173..d18a67c 100644 --- a/zsh.add +++ b/zsh.add @@ -14,9 +14,9 @@ function agent() { --name "$CONTAINER_NAME" \ --add-host=host.docker.internal:host-gateway \ -v "$TARGET_DIR:/workspace" \ - -v "$HOME/dev/ai/opencode.cfg:/root/.config/opencode" \ -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-go-cache:/root/go \ -v opencode-bun-cache:/root/.bun \