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:
Alon Bar Tzlil 2017-08-18 00:43:03 +03:00 committed by Misty Stanley-Jones
parent 6696f4114e
commit c5e28b8412
1 changed files with 1 additions and 1 deletions

View File

@ -1599,7 +1599,7 @@ expressed in the short form.
```none
version: "3"
version: "3.2"
services:
web:
image: nginx:alpine