docs: address issue #24344

This change was automatically generated by the documentation agent team
in response to issue #24344.

🤖 Generated with cagent
This commit is contained in:
aevesdocker
2026-03-12 09:24:05 +00:00
committed by github-actions[bot]
parent 762566dae1
commit 29b0142a47

View File

@@ -41,7 +41,7 @@ Three major versions of the Compose file format for Compose v1 were released:
- Compose file format 3.x with Compose 1.10.0 in 2017
Compose file format 1 is substantially different to all the following formats as it lacks a top-level `services` key.
Its usage is historical and files written in this format don't run with Compose v2.
Its usage is historical and files written in this format don't run with Compose v2 or v5.
Compose file format 2.x and 3.x are very similar to each other, but the latter introduced many new options targeted at Swarm deployments.