mirror of https://github.com/docker/compose.git
8 lines
126 B
YAML
8 lines
126 B
YAML
|
version: '2'
|
||
|
services:
|
||
|
simple:
|
||
|
image: busybox:latest
|
||
|
command: sh -c 'echo $$FOO'
|
||
|
environment:
|
||
|
FOO: ${BAR}
|