anonaddy / docker

AnonAddy Docker image
MIT License
468 stars 51 forks source link

Make the database root user require a password. #273

Closed luckydonald closed 1 month ago

luckydonald commented 3 months ago

With MYSQL_ALLOW_EMPTY_PASSWORD=yes and no MYSQL_ROOT_PASSWORD set, it will use the default MYSQL_ROOT_PASSWORD=,

resulting in the root user having an EMPTY PASSWORD per default, too easily resulting in https://github.com/anonaddy/docker/issues/272.

5220223266285805472-y