mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
community-containers - add caddy
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
88cae17035
commit
3d1611f8ba
4 changed files with 72 additions and 5 deletions
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue