From a2c64869b7fe05df859c0cdca5aba934eb356395 Mon Sep 17 00:00:00 2001 From: Niels Kaspers Date: Fri, 10 Jul 2026 09:05:19 +0300 Subject: [PATCH] docs: mention Compose v5 in FAQ --- content/manuals/compose/support-and-feedback/faq.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/manuals/compose/support-and-feedback/faq.md b/content/manuals/compose/support-and-feedback/faq.md index e6033ec5a9b7..9955b065f3ac 100644 --- a/content/manuals/compose/support-and-feedback/faq.md +++ b/content/manuals/compose/support-and-feedback/faq.md @@ -15,6 +15,8 @@ Version one of the Docker Compose command-line binary was first released in 2014 Version two of the Docker Compose command-line binary was announced in 2020, is written in Go, and is invoked with `docker compose`. Compose v2 ignores the version top-level element in the compose.yaml file. +Compose v5, released in 2025, uses the same `docker compose` command and is functionally identical to Compose v2. Its primary distinction is the introduction of an official [Go SDK](/manuals/compose/compose-sdk.md). + For further information, see [History and development of Compose](/manuals/compose/intro/history.md). ### What's the difference between `up`, `run`, and `start`?