github.com/zhgqiang/libcompose@v0.4.1-0.20210112080336-bff7ba3690e1/integration/assets/multiple/two.yml (about)

     1  multiple:
     2    image: busybox
     3    command: echo two
     4    environment:
     5      - KEY2=VAL2
     6  yetanother:
     7    image: busybox:latest
     8    command: top