Files
docker-docs/compose/reference/config.md
John Mulhausen 558314bf56 Converges titles to imperative-form, front-matter based, and sentence-case (#438)
Multiple title fixes, consistency fixes, convergence into metadata-based titles.
2016-11-04 15:38:40 -07:00

18 lines
391 B
Markdown

---
description: Config validates and view the compose file.
keywords:
- fig, composition, compose, docker, orchestration, cli, config
title: docker-compose config
---
```:
Usage: config [options]
Options:
-q, --quiet Only validate the configuration, don't print
anything.
--services Print the service names, one per line.
```
Validate and view the compose file.