mirror of
https://github.com/docker/compose.git
synced 2025-07-24 06:04:57 +02:00
Add missing IPAM options to v2.2 spec
Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
parent
614e311c8d
commit
5b3b6ebf94
@ -300,6 +300,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…
x
Reference in New Issue
Block a user