mirror of
https://github.com/cytopia/devilbox.git
synced 2024-12-18 20:37:55 +00:00
Fix #242 variable naming
This commit is contained in:
parent
6453954565
commit
7fcd82be2a
2
.github/ISSUE_TEMPLATE.md
vendored
2
.github/ISSUE_TEMPLATE.md
vendored
@ -4,7 +4,7 @@ If you encounter a bug and something does not work, make sure you have done the
|
||||
- [ ] Specify used docker versions (php, web and database)
|
||||
- [ ] Attach logs for php, mysql and webserver (found in `log/` directory)
|
||||
- [ ] Start with debug mode and attach docker-compose output (`.env` setting `DEBUG_COMPOSE_ENTRYPOINT=1`)
|
||||
- [ ] Never use different mysql|mariadb versions on the same `HOST_PATH_TO_MYSQL_DATADIR` on existing database files. Different mysql|mariadb versions might upgrade/corrupt existing database files. If you have done that already, start with a different path of `HOST_PATH_TO_MYSQL_DATADIR` (to an empty directory) and try again.
|
||||
- [ ] Never use different mysql|mariadb versions on the same `HOST_PATH_MYSQL_DATADIR` on existing database files. Different mysql|mariadb versions might upgrade/corrupt existing database files. If you have done that already, start with a different path of `HOST_PATH_MYSQL_DATADIR` (to an empty directory) and try again.
|
||||
|
||||
Please also specify the following info:
|
||||
|
||||
|
@ -442,10 +442,10 @@ HTTPD_TEMPLATE_DIR=.devilbox
|
||||
###
|
||||
### MySQL root user password
|
||||
###
|
||||
### If $HOST_PATH_TO_MYSQL_DATADIR already contains an existing
|
||||
### If $HOST_PATH_MYSQL_DATADIR already contains an existing
|
||||
### mysql datadir, enter the password for the existing mysql database
|
||||
###
|
||||
### If $HOST_PATH_TO_MYSQL_DATADIR is empty, choose a new password that
|
||||
### If $HOST_PATH_MYSQL_DATADIR is empty, choose a new password that
|
||||
### will be applied
|
||||
###
|
||||
MYSQL_ROOT_PASSWORD=
|
||||
|
Loading…
Reference in New Issue
Block a user