docker compose config --no-normalize

Category: Docker

docker compose config --no-normalize

Render compose config without normalization

Normalization rewrites legacy short syntax, such as ports 80:80, into the canonical long form. --no-normalize keeps the file closer to what you wrote, which can help when comparing against an original. Default output is normalized.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.