feat: fix compose.yml
This commit is contained in:
parent
4b00824463
commit
0e267b923c
|
|
@ -6,7 +6,7 @@ MYSQL_PASSWORD=123456
|
|||
|
||||
# Backend Database Settings
|
||||
# These should match the MySQL/MariaDB settings above
|
||||
DB_HOST=mysql
|
||||
DB_HOST=email-mysql
|
||||
DB_USER=${MYSQL_USER}
|
||||
DB_PASSWORD=${MYSQL_PASSWORD}
|
||||
DB_NAME=${MYSQL_DATABASE}
|
||||
Loading…
Reference in New Issue