mirror of https://github.com/docker/compose.git
Add missing IPAM options to v2.2 spec
Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
parent
baf457c78c
commit
ce0599d912
|
@ -299,6 +299,13 @@
|
||||||
"driver": {"type": "string"},
|
"driver": {"type": "string"},
|
||||||
"config": {
|
"config": {
|
||||||
"type": "array"
|
"type": "array"
|
||||||
|
},
|
||||||
|
"options": {
|
||||||
|
"type": "object",
|
||||||
|
"patternProperties": {
|
||||||
|
"^.+$": {"type": "string"}
|
||||||
|
},
|
||||||
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
|
|
Loading…
Reference in New Issue