j1cs / docker-lamp

Alpine docker with lamp (php7)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Query log should be off by default

arobert3434 opened this issue · comments

The Dockerfile runs commands to explicitly turn the MySQL general log on, meaning every query gets logged to a file. This can impact performance and also cause a growing file inside the container. It would be better to leave this off by default (like MySQL out of the box does) and let users turn it on themselves if they need to.

I don't think so.
This docker is only for development. You can destroy or clean it whatever you want.

since there's no answer i'll close this issue.