Skip to content
Snippets Groups Projects
Commit 0f5a8615 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

updat docs

parent d7fe074f
No related branches found
No related tags found
1 merge request!29update docs
...@@ -143,3 +143,13 @@ MYSQL_USER | string | ${APP_NAME} ...@@ -143,3 +143,13 @@ MYSQL_USER | string | ${APP_NAME}
WEBROOT | string | webroot directory inside apache container; default: /var/www/${APP_NAME}/public_html WEBROOT | string | webroot directory inside apache container; default: /var/www/${APP_NAME}/public_html
WEBURL | string | path of web url to open; default: / WEBURL | string | path of web url to open; default: /
WRITABLEDIR | string | local webroot directory; default: ../public_html WRITABLEDIR | string | local webroot directory; default: ../public_html
## More variables
You can define more variables in the config that you can se for replacement in your templates.
If you have values that you cannot check in into your repository then
* copy ``init.sh_not_shared.cfg.dist`` to ``init.sh_not_shared.cfg``
* add ``docker/init.sh_not_shared.cfg`` in gitignore file
* set you values in ``docker/init.sh_not_shared.cfg``
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment