mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 22:46:55 +00:00
also allow underslash in tmpfs
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
7b7e3fdc04
commit
680dbc5432
1 changed files with 1 additions and 1 deletions
|
|
@ -141,7 +141,7 @@
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"pattern": "^/[a-z/]+$"
|
"pattern": "^/[a-z/_]+$"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"volumes": {
|
"volumes": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue