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

9 lines
121 B
YAML

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