mirror of https://github.com/docker/compose.git
Add in volume_driver
I'd missed out this field by accident previously. Signed-off-by: Mazz Mosley <mazz@houseofmnowster.com>
This commit is contained in:
parent
4b487e3957
commit
9979880c9f
|
@ -102,6 +102,7 @@
|
|||
"tty": {"type": "string"},
|
||||
"user": {"type": "string"},
|
||||
"volumes": {"type": "array", "items": {"type": "string"}, "uniqueItems": true},
|
||||
"volume_driver": {"type": "string"},
|
||||
"volumes_from": {"type": "array", "items": {"type": "string"}, "uniqueItems": true},
|
||||
"working_dir": {"type": "string"}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue