mirror of https://github.com/docker/compose.git
Add missing network.internal to v3 schema.
Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
parent
e035931f2e
commit
ce2219ec37
|
@ -308,6 +308,7 @@
|
||||||
},
|
},
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
},
|
},
|
||||||
|
"internal": {"type": "boolean"},
|
||||||
"labels": {"$ref": "#/definitions/list_or_dict"}
|
"labels": {"$ref": "#/definitions/list_or_dict"}
|
||||||
},
|
},
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
|
|
Loading…
Reference in New Issue