mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-06-19 22:27:36 +02:00
Add hint to use alphanumeric passwords
This commit is contained in:
@@ -8,6 +8,7 @@ MAILCOW_HOSTNAME=mail.example.org
|
|||||||
# SQL database configuration
|
# SQL database configuration
|
||||||
DBNAME=mailcow
|
DBNAME=mailcow
|
||||||
DBUSER=mailcow
|
DBUSER=mailcow
|
||||||
|
# Please use long, random alphanumeric strings (A-Za-z0-9)
|
||||||
DBPASS=mysafepasswd
|
DBPASS=mysafepasswd
|
||||||
DBROOT=myothersafepasswd
|
DBROOT=myothersafepasswd
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user