Fix Docker extra volumes support

pull/1597/head
grossmj 5 years ago
parent 0c6749f62b
commit 424db843ca

@ -80,7 +80,12 @@ DOCKER_TEMPLATE_PROPERTIES = {
"extra_hosts": { "extra_hosts": {
"description": "Docker extra hosts (added to /etc/hosts)", "description": "Docker extra hosts (added to /etc/hosts)",
"type": "string", "type": "string",
"default": "", "default": ""
},
"extra_volumes": {
"description": "Additional directories to make persistent",
"type": "array",
"default": []
}, },
"custom_adapters": CUSTOM_ADAPTERS_ARRAY_SCHEMA "custom_adapters": CUSTOM_ADAPTERS_ARRAY_SCHEMA
} }

Loading…
Cancel
Save