Isolate the LLM server from the internet
This commit is contained in:
parent
8d131ea8be
commit
04d9cc5eed
2 changed files with 6 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ Description=A local LLM server
|
|||
# keep-sorted start
|
||||
ContainerName=ollama
|
||||
Image=docker.io/ollama/ollama:latest
|
||||
Network=ollama.network
|
||||
PublishPort=11434:11434
|
||||
Volume=%h/.local/share/ollama:/root/.ollama:ro,z
|
||||
# keep-sorted end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue