mirror of
https://github.com/docker/compose.git
synced 2026-07-06 16:36:27 +00:00
7 lines
94 B
YAML
7 lines
94 B
YAML
service:
|
|
image: busybox:latest
|
|
command: top
|
|
|
|
environment:
|
|
foo: bar
|
|
hello: world
|