mirror of
https://github.com/mykitserver/docker-limesurvey.git
synced 2026-02-06 03:48:53 +01:00
Simplify database host values with compose
This commit is contained in:
@@ -15,7 +15,7 @@ services:
|
||||
environment:
|
||||
- "DB_TYPE=pgsql"
|
||||
- "DB_PORT=5432"
|
||||
- "DB_HOST=docker-limesurvey_lime-db_1"
|
||||
- "DB_HOST=lime-db"
|
||||
- "DB_PASSWORD=secret"
|
||||
- "ADMIN_PASSWORD=foobar"
|
||||
lime-db:
|
||||
|
||||
Reference in New Issue
Block a user