feat: fix compose.yml

This commit is contained in:
2025-07-29 22:12:21 +08:00
parent 4b00824463
commit 0e267b923c

View File

@@ -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}