Add option to use unix_socket instead of tcp connection for DB

This commit is contained in:
Jack Henschel
2018-09-14 09:21:04 +02:00
parent cc34159e53
commit 610c377680
4 changed files with 25 additions and 3 deletions

View File

@@ -48,6 +48,7 @@ To change to LimeSurvey configuration, you can mount a Volume into the Container
| DB_TYPE | Database Type to use. mysql or pgsql |
| DB_HOST | Database server hostname |
| DB_PORT | Database server port |
| DB_SOCK | Database unix socket instead of host/port |
| DB_NAME | Database name |
| DB_TABLE_PREFIX | Database table prefix |
| DB_USERNAME | Database user |