database name gets set to social
This commit is contained in:
parent
80f77218f9
commit
d25e03d853
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ testing:
|
|||
# actual database should be running MySQL
|
||||
production:
|
||||
database: mysql
|
||||
name: lbry
|
||||
name: social
|
||||
user: lbry
|
||||
password: lbry
|
||||
host: localhost
|
||||
|
|
|
@ -10,7 +10,7 @@ services:
|
|||
- "3306:3306"
|
||||
environment:
|
||||
- MYSQL_ALLOW_EMPTY_PASSWORD=true
|
||||
- MYSQL_DATABASE=lbry
|
||||
- MYSQL_DATABASE=social
|
||||
- MYSQL_USER=lbry
|
||||
- MYSQL_PASSWORD=lbry
|
||||
- MYSQL_LOG_CONSOLE=true
|
||||
|
|
Loading…
Reference in a new issue