compose/tests/fixtures/default-env-file/docker-compose.yml
Joffrey F d55fc85fea Added default env file test.
Signed-off-by: Joffrey F <joffrey@docker.com>
2016-03-24 10:57:01 -07:00

7 lines
94 B
YAML

web:
image: ${IMAGE}
command: ${COMMAND}
ports:
- $PORT1
- $PORT2