Revoke unnecessary filesystem permissions for the server
This commit is contained in:
parent
f8b80bd60d
commit
e5087f5023
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ Description=A local LLM server
|
|||
ContainerName=ollama
|
||||
Image=docker.io/ollama/ollama:latest
|
||||
PublishPort=11434:11434
|
||||
Volume=%h/.local/share/ollama:/root/.ollama:Z
|
||||
Volume=%h/.local/share/ollama:/root/.ollama:ro,z
|
||||
# keep-sorted end
|
||||
|
||||
[Install]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue