github.com/zhgqiang/libcompose@v0.4.1-0.20210112080336-bff7ba3690e1/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