This website requires JavaScript.
Explore
Help
Register
Sign In
tyler.durden
/
compose
mirror of
https://github.com/docker/compose.git
Watch
1
Star
0
Fork
You've already forked compose
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
5fb7675055
compose
/
tests
/
fixtures
/
environment-composefile
/
docker-compose.yml
8 lines
94 B
YAML
Raw
Normal View
History
Unescape
Escape
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-07 17:03:40 +02:00
service
:
image
:
busybox:latest
Use 'top' instead of 'sleep' as a dummy command Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
2015-05-21 17:19:15 +02:00
command
:
top
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-07 17:03:40 +02:00
environment
:
foo
:
bar
hello
:
world