Skip to content

Commit 4cc8e10

Browse files
Add image mount subpath option to compose schema
1 parent 0442a73 commit 4cc8e10

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

cli/compose/schema/data/config_schema_v3.13.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,12 @@
316316
"nocopy": {"type": "boolean"}
317317
}
318318
},
319+
"image": {
320+
"type": "object",
321+
"properties": {
322+
"subpath": {"type": "string"}
323+
}
324+
},
319325
"tmpfs": {
320326
"type": "object",
321327
"properties": {

0 commit comments

Comments
 (0)