mirror of https://github.com/docker/docs.git
5.5 KiB
5.5 KiB
description | keywords | redirect_from | title | toc_max | toc_min | ||
---|---|---|---|---|---|---|---|
Find the latest recommended version of the Docker Compose file format for defining multi-container applications. | docker compose file, docker compose yml, docker compose reference, docker compose cmd, docker compose user, docker compose image, yaml spec, docker compose syntax, yaml specification, docker compose specification |
|
Overview | 4 | 1 |
{% include compose-eol.md %}
The Compose file is a YAML{: target="blank" rel="noopener" class=""} file defining services, networks, and volumes for a Docker application. The latest and recommended version of the Compose file format is defined by the Compose Specification{: target="blank" rel="noopener" class=""}. The Compose spec merges the legacy 2.x and 3.x versions, aggregating properties across these formats and is implemented by Compose 1.27.0+.
Use the links below to easily navigate key sections of the Compose specification.