7 lines
98 B
YAML
7 lines
98 B
YAML
service:
|
|
image: busybox:latest
|
|
command: sleep 5
|
|
|
|
environment:
|
|
foo: bar
|
|
hello: world
|