mirror of
https://github.com/docker/compose.git
synced 2025-08-28 13:08:15 +02:00
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
|