compose/tests/fixtures/networks/external-default.yml
Aanand Prasad 7442b416e8 Test that you can set the default network to be external
Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
2016-01-26 11:52:20 +00:00

12 lines
204 B
YAML

version: 2
services:
simple:
image: busybox:latest
command: top
another:
image: busybox:latest
command: top
networks:
default:
external:
name: composetest_external_network