mirror of
https://github.com/docker/compose.git
synced 2026-06-20 05:26:30 +00:00
7 lines
111 B
YAML
7 lines
111 B
YAML
services:
|
|
simple:
|
|
image: alpine:3.14
|
|
command: top
|
|
another:
|
|
image: alpine:3.15
|
|
command: top
|