mirror of https://github.com/docker/compose.git
8 lines
89 B
YAML
8 lines
89 B
YAML
|
service:
|
||
|
image: busybox:latest
|
||
|
command: top
|
||
|
|
||
|
labels:
|
||
|
foo: bar
|
||
|
hello: world
|