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