compose/tests/fixtures/default-env-file/docker-compose.yml

7 lines
94 B
YAML

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