mirror of
https://github.com/docker/compose.git
synced 2025-07-31 01:24:15 +02:00
8 lines
101 B
YAML
8 lines
101 B
YAML
services:
|
|
simple:
|
|
image: alpine
|
|
command: top
|
|
another:
|
|
image: alpine
|
|
command: top
|