Check for image updates on startup
This commit is contained in:
parent
8f927221b4
commit
203e6656da
3 changed files with 3 additions and 3 deletions
|
|
@ -10,7 +10,7 @@ Environment=OLLAMA_KEEP_ALIVE=10m
|
||||||
Image=docker.io/ollama/ollama:latest
|
Image=docker.io/ollama/ollama:latest
|
||||||
Network=ollama.network
|
Network=ollama.network
|
||||||
NoNewPrivileges=true
|
NoNewPrivileges=true
|
||||||
PodmanArgs=--transient-store
|
PodmanArgs=--pull=newer --transient-store
|
||||||
PublishPort=127.0.0.1:11434:11434
|
PublishPort=127.0.0.1:11434:11434
|
||||||
ReadOnly=true
|
ReadOnly=true
|
||||||
Volume=%h/.local/share/ollama:/root/.ollama:ro,z
|
Volume=%h/.local/share/ollama:/root/.ollama:ro,z
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@ DropCapability=ALL
|
||||||
Image=docker.io/plantuml/plantuml-server:jetty
|
Image=docker.io/plantuml/plantuml-server:jetty
|
||||||
Network=private
|
Network=private
|
||||||
NoNewPrivileges=true
|
NoNewPrivileges=true
|
||||||
PodmanArgs=--transient-store
|
PodmanArgs=--pull=newer --transient-store
|
||||||
PublishPort=127.0.0.1:8080:8080
|
PublishPort=127.0.0.1:8080:8080
|
||||||
ReadOnly=true
|
ReadOnly=true
|
||||||
# keep-sorted end
|
# keep-sorted end
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@ Environment=PGID=1000
|
||||||
Environment=PUID=1000
|
Environment=PUID=1000
|
||||||
Image=lscr.io/linuxserver/transmission:latest
|
Image=lscr.io/linuxserver/transmission:latest
|
||||||
Network=private
|
Network=private
|
||||||
PodmanArgs=--transient-store
|
PodmanArgs=--pull=newer --transient-store
|
||||||
PublishPort=127.0.0.1:9091:9091
|
PublishPort=127.0.0.1:9091:9091
|
||||||
PublishPort=51413:51413
|
PublishPort=51413:51413
|
||||||
PublishPort=51413:51413/udp
|
PublishPort=51413:51413/udp
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue