mirror of
https://github.com/docker/compose.git
synced 2025-08-19 00:28:16 +02:00
8 lines
97 B
YAML
8 lines
97 B
YAML
foo:
|
|
image: busybox
|
|
command: top
|
|
net: "container:bar"
|
|
bar:
|
|
image: busybox
|
|
command: top
|