allow hyphens

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L 2023-06-26 17:09:41 +02:00
parent 671edeb1d1
commit 182f24bb4c

View file

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