mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
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:
committed by
Misty Stanley-Jones
parent
6696f4114e
commit
c5e28b8412
@@ -1599,7 +1599,7 @@ expressed in the short form.
|
||||
|
||||
|
||||
```none
|
||||
version: "3"
|
||||
version: "3.2"
|
||||
services:
|
||||
web:
|
||||
image: nginx:alpine
|
||||
|
||||
Reference in New Issue
Block a user