From 680dbc54329070d8642b6067bd61ed13ff3b6dee Mon Sep 17 00:00:00 2001 From: Simon L Date: Mon, 19 Jun 2023 14:30:47 +0200 Subject: [PATCH] also allow underslash in tmpfs Signed-off-by: Simon L --- php/containers-schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php/containers-schema.json b/php/containers-schema.json index 5de79492..84343317 100644 --- a/php/containers-schema.json +++ b/php/containers-schema.json @@ -141,7 +141,7 @@ "type": "array", "items": { "type": "string", - "pattern": "^/[a-z/]+$" + "pattern": "^/[a-z/_]+$" } }, "volumes": {