7 lines
94 B
YAML
7 lines
94 B
YAML
service:
|
|
image: busybox:latest
|
|
command: top
|
|
|
|
environment:
|
|
foo: bar
|
|
hello: world
|