github.com/connyay/libcompose@v0.4.0/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