mirror of
https://github.com/docker/compose.git
synced 2025-08-31 14:38:12 +02:00
9 lines
130 B
YAML
9 lines
130 B
YAML
version: "2"
|
|
services:
|
|
simple:
|
|
image: busybox:1.27.2
|
|
command: top
|
|
another:
|
|
image: busybox:1.27.2
|
|
command: top
|