From 6a0de13bbcc5d6a53e246dfa57a00f9a57186ebd Mon Sep 17 00:00:00 2001 From: Ewoud Kohl van Wijngaarden Date: Fri, 22 May 2015 11:44:44 +0200 Subject: [PATCH] Use correct quotes to show as code --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 12f3345..5d92a26 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,7 @@ 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''' +```-e TEMPLATE_NGINX_HTML=0``` ### 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.