mirror of https://github.com/docker/docs.git
Fix file version in volumes long syntax example to 3.2 (#4202)
Fix docker-compose file version in the example given for the new volumes "long syntax", available from version 3.2. Currently the example contains version 3 which does not support this syntax.
This commit is contained in:
parent
6696f4114e
commit
c5e28b8412
|
@ -1599,7 +1599,7 @@ expressed in the short form.
|
|||
|
||||
|
||||
```none
|
||||
version: "3"
|
||||
version: "3.2"
|
||||
services:
|
||||
web:
|
||||
image: nginx:alpine
|
||||
|
|
Loading…
Reference in New Issue