Mirror resource limits in podman as well
This commit is contained in:
parent
b81057e26a
commit
2084a52b08
2 changed files with 2 additions and 2 deletions
|
|
@ -9,7 +9,7 @@ DropCapability=ALL
|
|||
Image=docker.io/plantuml/plantuml-server:jetty
|
||||
Network=private
|
||||
NoNewPrivileges=true
|
||||
PodmanArgs=--pull=newer --transient-store
|
||||
PodmanArgs=--cpus 1 --memory 1g --pull=newer --transient-store
|
||||
PublishPort=127.0.0.1:8080:8080
|
||||
ReadOnly=true
|
||||
# keep-sorted end
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ HealthCmd=curl --fail --silent http://localhost:9091/
|
|||
# HealthStartPeriod=30s
|
||||
Image=lscr.io/linuxserver/transmission:latest
|
||||
Network=private
|
||||
PodmanArgs=--pull=newer --transient-store
|
||||
PodmanArgs=--cpus 2 --memory 512m --pull=newer --transient-store
|
||||
PublishPort=127.0.0.1:9091:9091
|
||||
PublishPort=51413:51413
|
||||
PublishPort=51413:51413/udp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue