mirror of
https://github.com/docker/compose.git
synced 2026-07-03 14:53:58 +00:00
10 lines
132 B
YAML
10 lines
132 B
YAML
version: "2.2"
|
|
|
|
services:
|
|
service:
|
|
image: busybox:1.27.2
|
|
command: top
|
|
|
|
environment:
|
|
foo: bar
|
|
hello: world
|