mirror of https://github.com/docker/compose.git
Fix schema typo.
Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
parent
22b837975d
commit
91851cd5ae
|
@ -270,7 +270,7 @@
|
|||
"cpus": {"type": "string"},
|
||||
"memory": {"type": "string"}
|
||||
},
|
||||
"additionaProperties": false
|
||||
"additionalProperties": false
|
||||
},
|
||||
|
||||
"network": {
|
||||
|
|
Loading…
Reference in New Issue