Merge pull request #12815 from jerae-duffin/composefileref-fix

removed version 1 from composefileref
This commit is contained in:
Usha Mandya 2021-05-07 18:16:15 +01:00 committed by GitHub
commit 1515502675
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -17,7 +17,6 @@ This table shows which Compose file versions support specific Docker releases.
| 2.2 | 1.13.0+ |
| 2.1 | 1.12.0+ |
| 2.0 | 1.10.0+ |
| 1.0 | 1.9.1.+ |
In addition to Compose file format versions shown in the table, the Compose
itself is on a release schedule, as shown in [Compose

View File

@ -16,7 +16,7 @@ Docker Compose **1.27.0+** implements the format defined by the [Compose Specifi
## Compose and Docker compatibility matrix
There are several versions of the Compose file format 1, 2, 2.x, and 3.x. The
There are several versions of the Compose file format 2, 2.x, and 3.x. The
table below provides a snapshot of various versions. For full details on what each version includes and
how to upgrade, see **[About versions and upgrading](compose-versioning.md)**.