Revoke unnecessary filesystem permissions for the server

This commit is contained in:
Ohad Livne 2025-11-12 20:43:55 +02:00
parent f8b80bd60d
commit e5087f5023
Signed by: libohad-dev
GPG key ID: 34FDC68B51191A4D

View file

@ -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]