adding info for skipping templating to README

This commit is contained in:
Richard Harvey
2015-05-22 10:41:25 +01:00
parent 229570d5a8
commit 6755565d82

View File

@@ -139,5 +139,11 @@ 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'''
### Template anything ### 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. 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.