mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-05-29 23:10:08 +00:00
also allow underslash in tmpfs
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
@@ -141,7 +141,7 @@
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string",
|
||||
"pattern": "^/[a-z/]+$"
|
||||
"pattern": "^/[a-z/_]+$"
|
||||
}
|
||||
},
|
||||
"volumes": {
|
||||
|
||||
Reference in New Issue
Block a user