mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +02:00
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…
x
Reference in New Issue
Block a user