浏览代码

Merge pull request #2756 from aanand/external-links-v2

Add back external links in v2
Aanand Prasad 10 年之前
父节点
当前提交
d3d09ceb08
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      compose/config/service_schema_v2.json

+ 1 - 0
compose/config/service_schema_v2.json

@@ -83,6 +83,7 @@
           ]
         },
 
+        "external_links": {"type": "array", "items": {"type": "string"}, "uniqueItems": true},
         "extra_hosts": {"$ref": "#/definitions/list_or_dict"},
         "hostname": {"type": "string"},
         "image": {"type": "string"},