mirror of
https://github.com/docker/compose.git
synced 2026-06-25 02:28:24 +00:00
6 lines
95 B
YAML
6 lines
95 B
YAML
simple:
|
|
image: busybox:latest
|
|
command: top
|
|
another:
|
|
image: busybox:latest
|
|
command: top
|