mirror of
https://github.com/mykitserver/docker-limesurvey.git
synced 2025-12-06 16:39:11 +01:00
Remove default passwords in all example files (#171)
* Remove default passwords in all example files - To discourage production use without changing the passwords.
This commit is contained in:
@@ -7,12 +7,12 @@ services:
|
||||
- DB_TYPE=pgsql
|
||||
- DB_PORT=5432
|
||||
- DB_HOST=db
|
||||
- DB_PASSWORD=example
|
||||
# - DB_PASSWORD=
|
||||
- DB_NAME=limesurvey
|
||||
- DB_USERNAME=limesurvey
|
||||
- ADMIN_USER=admin
|
||||
- ADMIN_NAME=Admin
|
||||
- ADMIN_PASSWORD=example
|
||||
# - ADMIN_PASSWORD=
|
||||
- ADMIN_EMAIL=admin@example.com
|
||||
- PUBLIC_URL=foobar.com
|
||||
volumes:
|
||||
@@ -29,7 +29,7 @@ services:
|
||||
environment:
|
||||
- POSTGRES_USER=limesurvey
|
||||
- POSTGRES_DB=limesurvey
|
||||
- POSTGRES_PASSWORD=example
|
||||
# - POSTGRES_PASSWORD=
|
||||
|
||||
volumes:
|
||||
limesurvey:
|
||||
|
||||
Reference in New Issue
Block a user