Skip to content

Commit

Permalink
introduce tmpfs.mode
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
  • Loading branch information
ndeloof authored and ulyssessouza committed May 4, 2022
1 parent 6c1f542 commit f7a1b92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion schema/compose-spec.json
Expand Up @@ -404,7 +404,8 @@
{"type": "integer", "minimum": 0},
{"type": "string"}
]
}
},
"mode": {"type": "number"}
},
"additionalProperties": false,
"patternProperties": {"^x-": {}}
Expand Down
1 change: 1 addition & 0 deletions spec.md
Expand Up @@ -1864,6 +1864,7 @@ expressed in the short form.
- `nocopy`: flag to disable copying of data from a container when a volume is created
- `tmpfs`: configure additional tmpfs options
- `size`: the size for the tmpfs mount in bytes (either numeric or as bytes unit)
- `mode`: the filemode for the tmpfs mount as Unix permission bits as an octal number
- `consistency`: the consistency requirements of the mount. Available values are platform specific

### volumes_from
Expand Down

0 comments on commit f7a1b92

Please sign in to comment.