mirror of https://github.com/docker/compose.git
10 lines
165 B
YAML
10 lines
165 B
YAML
|
services:
|
||
|
simple:
|
||
|
image: alpine:3.13.12
|
||
|
pull_policy: missing
|
||
|
command: top
|
||
|
latest:
|
||
|
image: alpine:latest
|
||
|
pull_policy: missing
|
||
|
command: top
|