mirror of https://github.com/docker/compose.git
Merge pull request #4755 from shin-/sync_2.2_spec
Add missing IPAM options to v2.2 spec
This commit is contained in:
commit
b38305f2d7
|
@ -299,6 +299,13 @@
|
|||
"driver": {"type": "string"},
|
||||
"config": {
|
||||
"type": "array"
|
||||
},
|
||||
"options": {
|
||||
"type": "object",
|
||||
"patternProperties": {
|
||||
"^.+$": {"type": "string"}
|
||||
},
|
||||
"additionalProperties": false
|
||||
}
|
||||
},
|
||||
"additionalProperties": false
|
||||
|
|
Loading…
Reference in New Issue