mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-06-01 16:30:09 +00:00
community-containers - add caddy
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user