mirror of
https://github.com/docker/compose.git
synced 2026-07-08 17:33:21 +00:00
7 lines
89 B
YAML
7 lines
89 B
YAML
service:
|
|
image: busybox:latest
|
|
command: top
|
|
|
|
labels:
|
|
foo: bar
|
|
hello: world
|