docker compose config --no-interpolate

Category: Docker

docker compose config --no-interpolate

Render compose config without variable substitution

Leaves ${VAR} references untouched instead of replacing them with environment values. Handy when a variable is missing and you want to see the raw template. Pipe to grep to hunt down a specific unresolved variable.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.