mirror of
https://github.com/docker/compose.git
synced 2026-06-26 11:12:14 +00:00
7 lines
98 B
YAML
7 lines
98 B
YAML
service:
|
|
image: busybox:latest
|
|
command: sleep 5
|
|
|
|
environment:
|
|
foo: bar
|
|
hello: world
|