github.com/r3labs/libcompose@v0.4.1-0.20171123133234-495fe0619cc3/integration/assets/networks/missing-network.yml (about)

     1  version: "2"
     2  
     3  services:
     4    web:
     5      image: busybox
     6      command: top
     7      networks: ["foo"]
     8  
     9  networks:
    10    bar: {}