mirror of
https://github.com/docker/compose.git
synced 2026-09-01 15:21:28 +00:00
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
1 changed files with 7 additions and 0 deletions
|
|
@ -299,6 +299,13 @@
|
|||
"driver": {"type": "string"},
|
||||
"config": {
|
||||
"type": "array"
|
||||
},
|
||||
"options": {
|
||||
"type": "object",
|
||||
"patternProperties": {
|
||||
"^.+$": {"type": "string"}
|
||||
},
|
||||
"additionalProperties": false
|
||||
}
|
||||
},
|
||||
"additionalProperties": false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue