github.com/beornf/libcompose@v0.4.1-0.20210215180846-a59802c0f07c/integration/assets/networks/external-default.yml (about) 1 version: "2" 2 services: 3 simple: 4 image: busybox:latest 5 command: top 6 another: 7 image: busybox:latest 8 command: top 9 networks: 10 default: 11 external: 12 name: composetest_external_network