image updates

This commit is contained in:
Ric Harvey
2016-01-16 21:07:43 +00:00
parent 8b94073052
commit d3fffbc3ad
3 changed files with 11 additions and 2 deletions

View File

@@ -151,9 +151,12 @@ database_pass = $$_MYSQL_PASS_$$
```
### Skip Templating
In order to speed up install time if templating is not required and you have a lot of files in your web root that you don't wish to be scanned, simply include the flag below:
```-e TEMPLATE_NGINX_HTML=0```
### Display Errors
If you want to display PHP errors on screen for debugging use this feature:
```-e ERRORS=1```
### Template anything
Yes ***ANYTHING***, any variable exposed by a linked container or the **-e** flag lets you template your config files. This means you can add redis, mariaDB, memcache or anything you want to your application very easily.