mirror of
https://github.com/mykitserver/docker-limesurvey.git
synced 2025-12-06 16:39:11 +01:00
Update entrypoint to enable an empty table prefix (#100)
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
This commit is contained in:
@@ -17,6 +17,8 @@ services:
|
||||
- "DB_HOST=lime-db"
|
||||
- "DB_PASSWORD=secret"
|
||||
- "ADMIN_PASSWORD=foobar"
|
||||
# If you require an empty table prefix, use a space as the DB_TABLE_PREFIX
|
||||
# - "DB_TABLE_PREFIX= "
|
||||
lime-db:
|
||||
image: mysql:5.7
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user