Added paragraph listing the credentials used in example docker-compose files, with warning to change if use for anything beyond testing.
Edited Description for ADMIN_USER and ADMIN_NAME to clarify which parameters are used for signing into the admin panel. (Previously ADMIN_NAME's description included the word username, which is confusing as it is not the username used to sign into the admin panel)
Save some time for people who want to test out LimeSurvey using the sample docker-compose files so that they don't need to go poking around the different files to find the example credentials used.
Update entrypoint to enable an empty table prefix
- Who are we to dictate a table prefix
- Makes it easier to migrate existing databases that don't have a prefix
* Update entrypoint to allow customization of MySQL engine
* Update fpm images to customize MySQL engine
* Update README for MySQL engine values and default
* Add Dockerfiles for LimeSurvey 5.0
- This changes the default user to www-data in the Apache2 Images
- Removed extra download layer
- Add LS 5.0 Update Guide
- Update base images to PHP 8.0
- Add Variable for showScriptName
* Overwrite apache listen port in Apache configuration if configured via environment variable LISTEN_PORT
* Add documenation to README
* Add default value to ENV vars documentation
Co-authored-by: Michael Prankl <michael.prankl@muenchen.de>
Hey! Thanks a lot for this repo. I think I'd be nice to add the link to the repo in the README so when people read that part in the Docker Hub, can just jump here straight away.