Skip to content

Commit d0f6397

Browse files
ta1hialondoncalling
authored andcommitted
Specify Compose version for Compose file formats (docker#3297)
* Specify Compose version for Compose file formats Explicitly specifying Compose versions file formats 2.1 and 2.2. * corrected typo 2.1 --> 2.2 Signed-off-by: Victoria Bialas <[email protected]>
1 parent 989fbc2 commit d0f6397

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

compose/compose-file/compose-versioning.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ networks, and volumes for a Docker application.
99

1010
The Compose file formats are now described in these references, specific to each version.
1111

12-
| **Reference file** | **What changed in this version** |
13-
| ------------------- | ------------------ |
14-
|[Version 3](index.md) (most current, and recommended) |[Version 3 updates](#version-3) |
15-
| [Version 2](compose-file-v2.md) |[Version 2 updates](#version-2) |
16-
| [Version 1](compose-file-v1.md) | [Version 1 updates](#version-1) |
12+
| **Reference file** | **What changed in this version** |
13+
|:------------------------------------------------------|:---------------------------------|
14+
| [Version 3](index.md) (most current, and recommended) | [Version 3 updates](#version-3) |
15+
| [Version 2](compose-file-v2.md) | [Version 2 updates](#version-2) |
16+
| [Version 1](compose-file-v1.md) | [Version 1 updates](#version-1) |
1717

1818
The topics below explain the differences among the versions, Docker Engine
1919
compatibility, and [how to upgrade](#upgrading).

0 commit comments

Comments
 (0)