mirror of
https://github.com/docker/compose.git
synced 2025-09-03 16:08:12 +02:00
7 lines
159 B
YAML
7 lines
159 B
YAML
services:
|
|
test:
|
|
image: alpine
|
|
command: sh -c "echo $$TEST_VAR"
|
|
env_file:
|
|
- path: .env.raw
|
|
format: raw # parse without interpolation |