mirror of
https://github.com/docker/compose.git
synced 2025-12-09 14:59:56 +01:00
8 lines
94 B
YAML
8 lines
94 B
YAML
service:
|
|
image: busybox:latest
|
|
command: top
|
|
|
|
environment:
|
|
foo: bar
|
|
hello: world
|