Explorar o código

schema.json: remove specific log_opt properties

Signed-off-by: Joel Hansson <[email protected]>
Joel Hansson %!s(int64=10) %!d(string=hai) anos
pai
achega
8caaee9eac
Modificáronse 1 ficheiros con 2 adicións e 9 borrados
  1. 2 9
      compose/config/schema.json

+ 2 - 9
compose/config/schema.json

@@ -56,16 +56,9 @@
         "image": {"type": "string"},
         "labels": {"$ref": "#/definitions/list_or_dict"},
         "links": {"type": "array", "items": {"type": "string"}, "uniqueItems": true},
-        "log_driver": {"type": "string"},
-
-        "log_opt": {
-          "type": "object",
 
-          "properties": {
-            "syslog-address": {"type": "string"}
-          },
-          "required": ["syslog-address"]
-        },
+        "log_driver": {"type": "string"},
+        "log_opt": {"type": "object"},
 
         "mac_address": {"type": "string"},
         "mem_limit": {