-
Notifications
You must be signed in to change notification settings - Fork 455
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
User not created in phpmyadmin when using docker-compose #392
Comments
Hi See https://github.com/phpmyadmin/docker/blob/master/testing/docker-compose/docker-compose.testing-one-host.yml as another example |
When I read the documentation, I understand it like this: If I have the If this is not correct. Is there any other variable to implement so I automatically create a user in the phpMyAdmin container? |
Actually there is no such feature, I am not sure we should add it. And this variable does not exist, see: https://github.com/phpmyadmin/docker#environment-variables-summary Where did you see such a configuration? |
You may intend for those variables to be part of your MariaDB container instead. |
https://github.com/phpmyadmin/docker#credentials When reading those lines, I get the impression that the phpmyadmin container uses the root credentials to log in and create a new user with a specific username and password. |
Okay, maybe we need to clarify that. The two ENVs are not for our container |
When I run
docker-compose up
the container starts and I can log in with root, but no user named phpmyadmin is created. Is there something missing in the yml file?The text was updated successfully, but these errors were encountered: