Skip to content

Commit b536e55

Browse files
committed
Add runtime to 3.5 schema
Signed-off-by: Andy Neff <[email protected]>
1 parent 67739dc commit b536e55

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compose/config/config_schema_v3.5.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@
228228
"privileged": {"type": "boolean"},
229229
"read_only": {"type": "boolean"},
230230
"restart": {"type": "string"},
231+
"runtime": {"type": "string"},
231232
"security_opt": {"type": "array", "items": {"type": "string"}, "uniqueItems": true},
232233
"shm_size": {"type": ["number", "string"]},
233234
"secrets": {

0 commit comments

Comments
 (0)