mirror of
https://github.com/docker/compose.git
synced 2026-09-13 14:47:32 +00:00
6 lines
95 B
YAML
6 lines
95 B
YAML
simple:
|
|
image: busybox:latest
|
|
command: top
|
|
another:
|
|
image: busybox:latest
|
|
command: top
|