Add example docker-compose.yaml for Postgres

This commit is contained in:
Markus Opolka
2018-08-08 09:41:34 +02:00
parent bef4ac9ae3
commit 2683fcee3c
4 changed files with 29 additions and 3 deletions

View File

@@ -45,7 +45,7 @@ To change to LimeSurvey configuration, you can mount a Volume into the Container
| Parameter | Description |
| --------- | ----------- |
| DB_TYPE | Database Type to use. mysql or postgresql |
| DB_TYPE | Database Type to use. mysql or pgsql |
| DB_HOST | Database server hostname |
| DB_PORT | Database server port |
| DB_NAME | Database name |