Mirror resource limits in podman as well
This commit is contained in:
parent
5910825ca9
commit
4dd9795b0b
2 changed files with 2 additions and 2 deletions
|
|
@ -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=--pull=newer --transient-store
|
PodmanArgs=--cpus 1 --memory 1g --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
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@ HealthCmd=curl --fail --silent http://localhost:9091/
|
||||||
# HealthStartPeriod=30s
|
# HealthStartPeriod=30s
|
||||||
Image=lscr.io/linuxserver/transmission:latest
|
Image=lscr.io/linuxserver/transmission:latest
|
||||||
Network=private
|
Network=private
|
||||||
PodmanArgs=--pull=newer --transient-store
|
PodmanArgs=--cpus 2 --memory 512m --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