feat: fix compose yml
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
# MySQL/MariaDB Settings
|
||||
MYSQL_ROOT_PASSWORD=123456
|
||||
MYSQL_DATABASE=maildb
|
||||
MYSQL_USER=root
|
||||
MYSQL_PASSWORD=123456
|
||||
|
||||
# Backend Database Settings
|
||||
# These should match the MySQL/MariaDB settings above
|
||||
DB_HOST=mysql
|
||||
DB_USER=${MYSQL_USER}
|
||||
DB_PASSWORD=${MYSQL_PASSWORD}
|
||||
DB_NAME=${MYSQL_DATABASE}
|
||||
Reference in New Issue
Block a user