mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-26 01:16:56 +00:00
allow to add tmpfs
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
a8ed5d3dc8
commit
a1727d3f4f
4 changed files with 25 additions and 0 deletions
|
|
@ -137,6 +137,13 @@
|
|||
"read_only": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"tmpfs": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string",
|
||||
"pattern": "^/[a-z/]$"
|
||||
}
|
||||
},
|
||||
"volumes": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue