Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix erroneous env variable name #2073

Closed
wants to merge 1 commit into from

Conversation

lucascherzer
Copy link

Fixes #2072

Short rundown: The env variable MYSQL_ROOT_PASSWORD does not work with MariaDB and has to be changed to MARIADB_ROOT_PASSWORD

I only tested this with the docker-compose/insecure/mariadb/apache compose file but as they all rely on the same images, it should not make a difference and work on all now.

@joshtrichards
Copy link
Member

#2072 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

example docker-compose files contain wrong environment variable
2 participants