make apache container read-only

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L 2023-06-26 17:27:13 +02:00
parent bb63abd8a6
commit 2d0b92db77
5 changed files with 20 additions and 7 deletions

View file

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