mirror of https://github.com/docker/docs.git
#6215: compose-file-v2.md, fix 'version: 3.2' typo
This commit is contained in:
parent
29c6de20fc
commit
541e60ec16
|
@ -1147,7 +1147,7 @@ expressed in the short form.
|
||||||
|
|
||||||
|
|
||||||
```none
|
```none
|
||||||
version: "3.2"
|
version: "2.3"
|
||||||
services:
|
services:
|
||||||
web:
|
web:
|
||||||
image: nginx:alpine
|
image: nginx:alpine
|
||||||
|
|
Loading…
Reference in New Issue