Skip to content

Commit faf3078

Browse files
committed
Don't allow non specified config keys
Signed-off-by: Mazz Mosley <mazz@houseofmnowster.com>
1 parent 496b1be commit faf3078

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

compose/schema.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@
115115

116116
"dependencies": {
117117
"memswap_limit": ["mem_limit"]
118-
}
119-
118+
},
119+
"additionalProperties": false
120120
},
121121

122122
"string_or_list": {
@@ -140,6 +140,5 @@
140140
}
141141

142142
},
143-
144143
"additionalProperties": false
145144
}

0 commit comments

Comments
 (0)