mirror of https://github.com/docker/compose.git
8 lines
111 B
YAML
8 lines
111 B
YAML
|
services:
|
||
|
simple:
|
||
|
image: alpine:3.14
|
||
|
command: top
|
||
|
another:
|
||
|
image: alpine:3.15
|
||
|
command: top
|