DEBSOURCES
Skip Quicknav
sources / docker-compose / 2.32.4-3 / pkg / e2e / fixtures / dotenv / raw.yaml
1234567
services: test: image: alpine command: sh -c "echo $$TEST_VAR" env_file: - path: .env.raw format: raw # parse without interpolation