community-containers - add caddy

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L 2023-09-29 22:24:00 +02:00
parent 88cae17035
commit 3d1611f8ba
4 changed files with 72 additions and 5 deletions

View file

@ -87,7 +87,7 @@
"type": "array",
"items": {
"type": "string",
"pattern": "^[A-Z_-a-z]+=.*$"
"pattern": "^[A-Z_a-z-]+=.*$"
}
},
"restart": {
@ -129,7 +129,7 @@
"type": "array",
"items": {
"type": "string",
"pattern": "^(php /var/www/html/occ .*|echo .*)$"
"pattern": "^(php /var/www/html/occ .*|echo .*|touch .*|mkdir .*)$"
}
},
"profiles": {