Skip to content

Commit 3758a6b

Browse files
cli/compose: update schema with image mount subpath option
Signed-off-by: Laurent Goderre <laurent.goderre@docker.com>
1 parent 6ad76b7 commit 3758a6b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

cli/compose/schema/data/config_schema_v3.14.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)