Update entrypoint to allow customization of MySQL engine (#96)

* Update entrypoint to allow customization of MySQL engine
* Update fpm images to customize MySQL engine
* Update README for MySQL engine values and default
This commit is contained in:
Alex Sears
2021-10-13 05:37:05 -04:00
committed by GitHub
parent bca073774f
commit 0d572c645c
7 changed files with 13 additions and 0 deletions

View File

@@ -104,6 +104,7 @@ For further details on the settings see: https://manual.limesurvey.org/Data_encr
| DB_SOCK | Database unix socket instead of host/port |
| DB_NAME | Database name |
| DB_TABLE_PREFIX | Database table prefix |
| DB_MYSQL_ENGINE | MySQL engine used for survey tables (values: MyISAM, InnoDB, default: MyISAM) |
| DB_USERNAME | Database user |
| DB_PASSWORD | Database user's password |
| ADMIN_USER | Initial LimeSurvey Admin User |