Split documentation for easier updates

This commit is contained in:
Ric Harvey
2017-02-13 23:19:25 +00:00
parent 4cfc4cb998
commit a0a3069b1c
10 changed files with 150 additions and 139 deletions

View File

@@ -26,7 +26,7 @@ However if you wish to use scripting support you'll want to split code and scrip
- ......
```
### src
### src / Webroot
If you use an alternative directory for your application root like the previous example of __src/__, you can use the __WEBROOT__ variable to instruct nginx that that is where the code should be served from.
``` docker run -e 'WEBROOT=/var/www/html/src/' -e OTHER_VARS ........ ```