github.com/docker/libcompose@v0.4.1-0.20210616120443-2a046c0bdbf2/config/testdata/ulimits.v2.yml (about) 1 version: "2" 2 services: 3 simple1: 4 image: myimage 5 ulimits: 6 nproc: 65535 7 nofile: 8 soft: 20000 9 hard: 40000