mirror of https://github.com/docker/compose.git
8 lines
98 B
YAML
8 lines
98 B
YAML
|
service:
|
||
|
image: busybox:latest
|
||
|
command: sleep 5
|
||
|
|
||
|
environment:
|
||
|
foo: bar
|
||
|
hello: world
|