mirror of
https://github.com/docker/compose.git
synced 2026-07-08 17:33:21 +00:00
8 lines
130 B
YAML
8 lines
130 B
YAML
version: "2"
|
|
services:
|
|
simple:
|
|
image: busybox:latest
|
|
command: top
|
|
another:
|
|
image: busybox:latest
|
|
command: top
|