Check for image updates on startup

This commit is contained in:
Ohad Livne 2026-04-09 21:59:52 +03:00
parent 36a16cc1dd
commit 7be6bccbc9
Signed by: libohad-dev
GPG key ID: 34FDC68B51191A4D
3 changed files with 3 additions and 3 deletions

View file

@ -10,7 +10,7 @@ Environment=OLLAMA_KEEP_ALIVE=10m
Image=docker.io/ollama/ollama:latest
Network=ollama.network
NoNewPrivileges=true
PodmanArgs=--transient-store
PodmanArgs=--pull=newer --transient-store
PublishPort=127.0.0.1:11434:11434
ReadOnly=true
Volume=%h/.local/share/ollama:/root/.ollama:ro,z

View file

@ -9,7 +9,7 @@ DropCapability=ALL
Image=docker.io/plantuml/plantuml-server:jetty
Network=private
NoNewPrivileges=true
PodmanArgs=--transient-store
PodmanArgs=--pull=newer --transient-store
PublishPort=127.0.0.1:8080:8080
ReadOnly=true
# keep-sorted end

View file

@ -9,7 +9,7 @@ Environment=PGID=1000
Environment=PUID=1000
Image=lscr.io/linuxserver/transmission:latest
Network=private
PodmanArgs=--transient-store
PodmanArgs=--pull=newer --transient-store
PublishPort=127.0.0.1:9091:9091
PublishPort=51413:51413
PublishPort=51413:51413/udp