Aanand Prasad aeef61fcd8 Make 'version' a string
Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
2016-02-02 13:58:34 +00:00

11 lines
135 B
YAML

version: "2"
services:
foo:
image: busybox
command: top
bar:
image: busybox
command: top
net: "container:foo"