mirror of
https://github.com/docker/docs.git
synced 2026-03-28 14:58:53 +07:00
* split spec * spec split * trial branch * fix * branch update * landing page * add description * add description * update file path * tweak * fix build * split spec Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> * spec split Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> * trial branch Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> * fix Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> * branch update Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> * landing page Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> * add description Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> * add description Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> * update file path Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> * tweak Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> * fix build Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> * missing new line Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> * first batch of fix links * second batch of link fix * update toc --------- Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
5.5 KiB
5.5 KiB
description, keywords, redirect_from, title, toc_max, toc_min
| 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.