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
abef11b2a6
compose
/
tests
/
fixtures
/
default-env-file
/
docker-compose.yml
9 lines
121 B
YAML
Raw
Normal View
History
Unescape
Escape
Fix --project-directory handling to apply to .env files as well Signed-off-by: Joffrey F <joffrey@docker.com>
2018-08-11 02:02:56 +02:00
version
:
'2.4'
services
:
web
:
Added default env file test. Signed-off-by: Joffrey F <joffrey@docker.com>
2016-03-09 01:55:05 +01:00
image
:
${IMAGE}
command
:
${COMMAND}
ports
:
-
$PORT1
-
$PORT2