From 55d5c907e200462f7c595fb7f240619b7142181e Mon Sep 17 00:00:00 2001 From: Ohad Livne Date: Thu, 13 Nov 2025 00:15:04 +0200 Subject: [PATCH] Give the vault container access to the Ollama server --- .local/bin/vaulter | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.local/bin/vaulter b/.local/bin/vaulter index f12dd73..4409d0e 100755 --- a/.local/bin/vaulter +++ b/.local/bin/vaulter @@ -11,5 +11,5 @@ podman --transient-store run --rm -ti \ --mount type=bind,readonly=true,source="$(systemd-path user)"/.keys/vaults,target=/root/.age/key \ --mount type=bind,readonly=true,source="$(systemd-path user)"/.keys/vaults.pub,target=/root/.age/key.pub \ --mount type=bind,source="$(systemd-path user)"/Vaults,target=/root/Vaults \ - --network none \ + --network systemd-ollama \ vaulter:latest