compose/tests/fixtures/v2-full/docker-compose.yml
Daniel Nephin 3021ee12fe Fix config command to print the new sections of the config
Signed-off-by: Daniel Nephin <dnephin@docker.com>
2016-01-14 18:28:17 -05:00

24 lines
258 B
YAML

version: 2
volumes:
data:
driver: local
networks:
front: {}
services:
web:
build: .
networks:
- front
- default
volumes_from:
- other
other:
image: busybox:latest
command: top
volumes:
- /data