mirror of
https://github.com/docker/compose.git
synced 2026-06-26 11:12:14 +00:00
7 lines
97 B
YAML
7 lines
97 B
YAML
foo:
|
|
image: busybox
|
|
command: top
|
|
net: "container:bar"
|
|
bar:
|
|
image: busybox
|
|
command: top
|