mirror of https://github.com/docker/compose.git
11 lines
132 B
YAML
11 lines
132 B
YAML
|
version: "2.2"
|
||
|
|
||
|
services:
|
||
|
service:
|
||
|
image: busybox:latest
|
||
|
command: top
|
||
|
|
||
|
environment:
|
||
|
foo: bar
|
||
|
hello: world
|