mirror of
https://github.com/docker/compose.git
synced 2026-02-09 10:09:26 +08: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 |