mirror of
https://github.com/docker/compose.git
synced 2025-08-31 14:38:12 +02:00
11 lines
135 B
YAML
11 lines
135 B
YAML
version: "2"
|
|
|
|
services:
|
|
foo:
|
|
image: busybox
|
|
command: top
|
|
bar:
|
|
image: busybox
|
|
command: top
|
|
net: "container:foo"
|