mirror of https://github.com/docker/compose.git
7 lines
82 B
YAML
7 lines
82 B
YAML
|
web:
|
||
|
image: busybox
|
||
|
command: /bin/true
|
||
|
environment:
|
||
|
- FOO=1
|
||
|
- BAR=1
|