NathanVaughn / webtrees-docker

Up-to-date Docker image for webtrees with all the bells and whistles.
https://hub.docker.com/r/nathanvaughn/webtrees
MIT License
64 stars 16 forks source link

fix mysql user password setting #18

Closed Soneji closed 4 years ago

Soneji commented 4 years ago

there is no such env variable called MYSQL_USER_PASSWORD for the mysql docker image. To set user password the MYSQL_PASSWORD variable should be set

NathanVaughn commented 4 years ago

I'm not sure why the Linting action is failing, but that has nothing to do with this, so looks good. Can't believe I missed this with how many MySQL containers I use. Thanks for the pull request!