mirror of
https://github.com/docker/compose.git
synced 2025-07-08 22:34:26 +02:00
7 lines
95 B
YAML
7 lines
95 B
YAML
simple:
|
|
image: busybox:latest
|
|
command: top
|
|
another:
|
|
image: busybox:latest
|
|
command: top
|