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:
@@ -14,8 +14,8 @@ services:
|
||||
- lime-db
|
||||
environment:
|
||||
- "DB_HOST=lime-db"
|
||||
- "DB_PASSWORD=secret"
|
||||
- "ADMIN_PASSWORD=foobar"
|
||||
# - "DB_PASSWORD="
|
||||
# - "ADMIN_PASSWORD="
|
||||
lime-web:
|
||||
image: docker.io/nginx:alpine
|
||||
links:
|
||||
@@ -32,7 +32,7 @@ services:
|
||||
environment:
|
||||
- "MYSQL_USER=limesurvey"
|
||||
- "MYSQL_DATABASE=limesurvey"
|
||||
- "MYSQL_PASSWORD=secret"
|
||||
- "MYSQL_ROOT_PASSWORD=secret"
|
||||
# - "MYSQL_PASSWORD="
|
||||
# - "MYSQL_ROOT_PASSWORD="
|
||||
volumes:
|
||||
lime:
|
||||
|
||||
Reference in New Issue
Block a user