Update instructions in .env samples to reflect new helper command.

This commit is contained in:
Buster "Silver Eagle" Neece 2020-02-20 01:35:41 -06:00
parent 059b9e5670
commit 5851551e5a
No known key found for this signature in database
GPG Key ID: 6D9E12FF03411F4E
2 changed files with 4 additions and 2 deletions

View File

@ -54,5 +54,7 @@ MYSQL_RANDOM_ROOT_PASSWORD=yes
# Log slower queries for the purpose of diagnosing issues. Only turn this on when
# you need to, by uncommenting this and switching it to 1.
# To read the slow query log once enabled, run:
# docker-compose exec mariadb slow_queries
MYSQL_SLOW_QUERY_LOG=1

View File

@ -65,8 +65,8 @@ MYSQL_RANDOM_ROOT_PASSWORD=yes
# Log slower queries for the purpose of diagnosing issues. Only turn this on when
# you need to, by uncommenting this and switching it to 1.
# To read the slow query log once enabled, run:
# docker-compose exec mariadb mysqldumpslow /var/log/mysql/slow.log
# To read the slow query log once enabled, run:
# docker-compose exec mariadb slow_queries
# Default: 0
MYSQL_SLOW_QUERY_LOG=0