We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 999ce24 + 29304bf commit afd9c33Copy full SHA for afd9c33
schema/compose-spec.json
@@ -406,6 +406,9 @@
406
{"type": "integer", "minimum": 0},
407
{"type": "string"}
408
]
409
+ },
410
+ "mode": {
411
+ "type": "number"
412
}
413
},
414
"additionalProperties": false,
types/types.go
@@ -828,6 +828,8 @@ type ServiceVolumeVolume struct {
828
type ServiceVolumeTmpfs struct {
829
Size UnitBytes `yaml:",omitempty" json:"size,omitempty"`
830
831
+ Mode uint32 `yaml:",omitempty" json:"mode,omitempty"`
832
+
833
Extensions map[string]interface{} `yaml:",inline" json:"-"`
834
835
0 commit comments