Fix .env.example DB_HOST, should be docker internal hostname
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
ENV=production
|
||||
DB_HOST=localhost
|
||||
DB_HOST=mysql
|
||||
DB_USERNAME=scoreboard
|
||||
DB_PASSWORD=
|
||||
DB_DATABASE=scoreboard
|
||||
|
||||
Reference in New Issue
Block a user