compose/tests/fixtures/default-env-file/docker-compose.yml
Joffrey F eb63e9f3c7 Fix --project-directory handling to apply to .env files as well
Signed-off-by: Joffrey F <joffrey@docker.com>
2018-08-10 17:02:56 -07:00

9 lines
121 B
YAML

version: '2.4'
services:
web:
image: ${IMAGE}
command: ${COMMAND}
ports:
- $PORT1
- $PORT2