mirror of https://github.com/docker/compose.git
8 lines
97 B
YAML
8 lines
97 B
YAML
|
foo:
|
||
|
image: busybox
|
||
|
command: top
|
||
|
net: "container:bar"
|
||
|
bar:
|
||
|
image: busybox
|
||
|
command: top
|