mirror of
https://github.com/docker/compose.git
synced 2026-08-31 14:52:42 +00:00
8 lines
130 B
YAML
8 lines
130 B
YAML
version: "2"
|
|
services:
|
|
simple:
|
|
image: busybox:1.27.2
|
|
command: top
|
|
another:
|
|
image: busybox:1.27.2
|
|
command: top
|