also allow underslash in tmpfs

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L 2023-06-19 14:30:47 +02:00
parent 7b7e3fdc04
commit 680dbc5432

View file

@ -141,7 +141,7 @@
"type": "array",
"items": {
"type": "string",
"pattern": "^/[a-z/]+$"
"pattern": "^/[a-z/_]+$"
}
},
"volumes": {