forked from extern/podman-compose
#54: fix ulimits
This commit is contained in:
parent
72697016f9
commit
87e7211ade
@ -3,14 +3,14 @@ services:
|
||||
ulimit1:
|
||||
image: ulimit_test
|
||||
command: ["ulimit.sh" ]
|
||||
ulimit: nofile=1001
|
||||
ulimits: nofile=1001
|
||||
build:
|
||||
context: ./
|
||||
dockerfile: Dockerfile
|
||||
ulimit2:
|
||||
image: ulimit_test
|
||||
command: ["ulimit.sh" ]
|
||||
ulimit:
|
||||
ulimits:
|
||||
- nproc=1002:2002
|
||||
- nofile=1002
|
||||
build:
|
||||
@ -19,7 +19,7 @@ services:
|
||||
ulimit3:
|
||||
image: ulimit_test
|
||||
command: [ "ulimit.sh" ]
|
||||
ulimit:
|
||||
ulimits:
|
||||
nofile: 1003
|
||||
nproc:
|
||||
soft: 1003
|
||||
|
Loading…
Reference in New Issue
Block a user