compose/tests/fixtures/environment-figfile/fig.yml
Chmouel Boudjnah 92249364b6 Allow overriding environements on command line
Add a new command line option -e to override environement variables when
running a service.

Signed-off-by: Chmouel Boudjnah <chmouel@chmouel.com>
2014-10-09 16:33:41 +02:00

7 lines
98 B
YAML

service:
image: busybox:latest
command: sleep 5
environment:
foo: bar
hello: world