Browse Source

Add in volume_driver

I'd missed out this field by accident previously.

Signed-off-by: Mazz Mosley <[email protected]>
Mazz Mosley 10 years ago
parent
commit
9979880c9f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      compose/config/fields_schema.json

+ 1 - 0
compose/config/fields_schema.json

@@ -102,6 +102,7 @@
         "tty": {"type": "string"},
         "tty": {"type": "string"},
         "user": {"type": "string"},
         "user": {"type": "string"},
         "volumes": {"type": "array", "items": {"type": "string"}, "uniqueItems": true},
         "volumes": {"type": "array", "items": {"type": "string"}, "uniqueItems": true},
+        "volume_driver": {"type": "string"},
         "volumes_from": {"type": "array", "items": {"type": "string"}, "uniqueItems": true},
         "volumes_from": {"type": "array", "items": {"type": "string"}, "uniqueItems": true},
         "working_dir": {"type": "string"}
         "working_dir": {"type": "string"}
       },
       },