mirror of https://github.com/docker/compose.git
11 lines
133 B
YAML
11 lines
133 B
YAML
|
version: 2
|
||
|
|
||
|
services:
|
||
|
foo:
|
||
|
image: busybox
|
||
|
command: top
|
||
|
bar:
|
||
|
image: busybox
|
||
|
command: top
|
||
|
net: "container:foo"
|