Only expose access ports on the localhost network
This commit is contained in:
parent
e4b0e731d6
commit
8f927221b4
3 changed files with 3 additions and 3 deletions
|
|
@ -11,7 +11,7 @@ Image=docker.io/ollama/ollama:latest
|
|||
Network=ollama.network
|
||||
NoNewPrivileges=true
|
||||
PodmanArgs=--transient-store
|
||||
PublishPort=11434:11434
|
||||
PublishPort=127.0.0.1:11434:11434
|
||||
ReadOnly=true
|
||||
Volume=%h/.local/share/ollama:/root/.ollama:ro,z
|
||||
# keep-sorted end
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ Image=docker.io/plantuml/plantuml-server:jetty
|
|||
Network=private
|
||||
NoNewPrivileges=true
|
||||
PodmanArgs=--transient-store
|
||||
PublishPort=8080:8080
|
||||
PublishPort=127.0.0.1:8080:8080
|
||||
ReadOnly=true
|
||||
# keep-sorted end
|
||||
|
||||
|
|
|
|||
|
|
@ -10,9 +10,9 @@ Environment=PUID=1000
|
|||
Image=lscr.io/linuxserver/transmission:latest
|
||||
Network=private
|
||||
PodmanArgs=--transient-store
|
||||
PublishPort=127.0.0.1:9091:9091
|
||||
PublishPort=51413:51413
|
||||
PublishPort=51413:51413/udp
|
||||
PublishPort=9091:9091
|
||||
ReadOnly=true
|
||||
UserNS=keep-id
|
||||
Volume=%h/.config/transmission:/config:Z
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue