mirror of
https://github.com/docker/compose.git
synced 2026-08-04 14:47:40 +00:00
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
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