mirror of
https://github.com/docker/compose.git
synced 2025-07-31 01:24:15 +02:00
11 lines
132 B
YAML
11 lines
132 B
YAML
version: "2.2"
|
|
|
|
services:
|
|
service:
|
|
image: busybox:1.27.2
|
|
command: top
|
|
|
|
environment:
|
|
foo: bar
|
|
hello: world
|