mirror of
https://github.com/docker/compose.git
synced 2025-07-21 12:44:54 +02:00
Fix schema typo.
Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
parent
09690e1758
commit
a74b2f2f70
@ -270,7 +270,7 @@
|
|||||||
"cpus": {"type": "string"},
|
"cpus": {"type": "string"},
|
||||||
"memory": {"type": "string"}
|
"memory": {"type": "string"}
|
||||||
},
|
},
|
||||||
"additionaProperties": false
|
"additionalProperties": false
|
||||||
},
|
},
|
||||||
|
|
||||||
"network": {
|
"network": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user