Give the vault container access to the Ollama server
This commit is contained in:
parent
fd645f60a2
commit
55d5c907e2
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue