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