567 Remove orphaned mentions of HOST_PATH_MYSQL_DATADIR

This commit is contained in:
cytopia 2019-04-27 12:59:09 +02:00
parent aef23ac4fd
commit e28f268098
No known key found for this signature in database
GPG Key ID: 6D56EDB8695128A2
2 changed files with 9 additions and 4 deletions

View File

@ -11,6 +11,7 @@ major versions.
- Fixed various typos in documentation
- Fix CI tests: They still expected a mounted mail directory instead of a Docker volume
- Fix mods for PHP 8.0
- Remove orphaned mentions of HOST_PATH_MYSQL_DATADIR
#### Added
- Documentation: Setup ProcessWire

View File

@ -521,11 +521,15 @@ HTTPD_NGINX_WORKER_CONNECTIONS=1024
###
### MySQL root user password
###
### If $HOST_PATH_MYSQL_DATADIR already contains an existing
### mysql datadir, enter the password for the existing mysql database
### The password is required for the initial creation of the MySQL database
### as well as the Devilbox intranet to display schema and configuration settings.
###
### If $HOST_PATH_MYSQL_DATADIR is empty, choose a new password that
### will be applied
### If you change your MySQL root user password via mysql cli, phpMyAdmin or other tools
### after the database has been created, ensure to adjust the value here accordingly as well.
###
### If you only change this value here after the database has been created,
### the MySQL root user password will not actually be changed and the Devilbox intranet
### won't be able to connect to the MySQL service.
###
MYSQL_ROOT_PASSWORD=