Files
docker-docs/test/integration/testdata/compose/simple.yml
Victor Vieux d49db6afaf add test
Signed-off-by: Victor Vieux <vieux@docker.com>
2016-02-17 15:45:45 -08:00

10 lines
117 B
YAML

service1:
image: busybox
ports:
- "80"
command: sleep 100
service2:
image: busybox
command: sleep 100