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
|
# actual database should be running MySQL
|
||||||
production:
|
production:
|
||||||
database: mysql
|
database: mysql
|
||||||
name: lbry
|
name: social
|
||||||
user: lbry
|
user: lbry
|
||||||
password: lbry
|
password: lbry
|
||||||
host: localhost
|
host: localhost
|
||||||
|
|
|
@ -10,7 +10,7 @@ services:
|
||||||
- "3306:3306"
|
- "3306:3306"
|
||||||
environment:
|
environment:
|
||||||
- MYSQL_ALLOW_EMPTY_PASSWORD=true
|
- MYSQL_ALLOW_EMPTY_PASSWORD=true
|
||||||
- MYSQL_DATABASE=lbry
|
- MYSQL_DATABASE=social
|
||||||
- MYSQL_USER=lbry
|
- MYSQL_USER=lbry
|
||||||
- MYSQL_PASSWORD=lbry
|
- MYSQL_PASSWORD=lbry
|
||||||
- MYSQL_LOG_CONSOLE=true
|
- MYSQL_LOG_CONSOLE=true
|
||||||
|
|
Loading…
Reference in a new issue