mirror of https://github.com/docker/compose.git
schema.json: remove specific log_opt properties
Signed-off-by: Joel Hansson <joel.hansson@ecraft.com>
This commit is contained in:
parent
61936f6b88
commit
8caaee9eac
|
@ -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_opt": {"type": "object"},
|
||||
|
||||
"mac_address": {"type": "string"},
|
||||
"mem_limit": {
|
||||
|
|
Loading…
Reference in New Issue