Skip to content

Commit 3191bd5

Browse files
docs: address issue #24344 (#24346)
## Summary Fixed inconsistent version reference in Compose history documentation to mention both v2 and v5. ## Changes - Updated statement about Compose file format 1 compatibility to reference both Compose v2 and v5 instead of only v2, making it consistent with the document's scope Fixes #24344 --- 🤖 Generated with [Docker Agent](https://github.com/docker/docker-agent) Co-authored-by: aevesdocker <102604716+aevesdocker@users.noreply.github.com>
1 parent 762566d commit 3191bd5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/manuals/compose/intro/history.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Three major versions of the Compose file format for Compose v1 were released:
4141
- Compose file format 3.x with Compose 1.10.0 in 2017
4242

4343
Compose file format 1 is substantially different to all the following formats as it lacks a top-level `services` key.
44-
Its usage is historical and files written in this format don't run with Compose v2.
44+
Its usage is historical and files written in this format don't run with Compose v2 or v5.
4545

4646
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.
4747

0 commit comments

Comments
 (0)