mirror of
https://github.com/mykitserver/docker-limesurvey.git
synced 2026-02-06 11:58:51 +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:
@@ -19,8 +19,8 @@ services:
|
||||
- "./examples/apache-example.conf:/etc/apache2/sites-available/000-default.conf:ro"
|
||||
environment:
|
||||
- "DB_HOST=lime-db"
|
||||
- "DB_PASSWORD=secret"
|
||||
- "ADMIN_PASSWORD=foobar"
|
||||
# - "DB_PASSWORD="
|
||||
# - "ADMIN_PASSWORD="
|
||||
- "PUBLIC_URL=http://localhost:8888/limesurvey"
|
||||
- "BASE_URL=http://localhost:8888/limesurvey"
|
||||
traefik:
|
||||
@@ -41,6 +41,5 @@ services:
|
||||
environment:
|
||||
- "MYSQL_USER=limesurvey"
|
||||
- "MYSQL_DATABASE=limesurvey"
|
||||
- "MYSQL_PASSWORD=secret"
|
||||
- "MYSQL_ROOT_PASSWORD=secret"
|
||||
|
||||
# - "MYSQL_PASSWORD="
|
||||
# - "MYSQL_ROOT_PASSWORD="
|
||||
|
||||
Reference in New Issue
Block a user