mirror of https://github.com/docker/docs.git
Merge pull request #13637 from docker/mat007-patch-1
Fix version invocation for v2
This commit is contained in:
commit
b04295ad71
|
@ -93,7 +93,7 @@ from the [project release page](https://github.com/docker/compose/releases){:tar
|
|||
3. Test your installation
|
||||
|
||||
```console
|
||||
$ docker compose --version
|
||||
$ docker compose version
|
||||
Docker Compose version 2.0.0
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue