docker-glpi
docker-glpi copied to clipboard
Cant install application with my own database credentials
I need to change mariadb database password to my own, so I did it in docker-compose. When I install application I am getting an error on step install/install.php:
Can't connect to the database The server answered: Access denied for user 'glpi_user'@'172.18.0.3' (using password: YES)
I just changed MARIADB_PASSWORD to my own How can I use custom database credentials? or even external database with own host, username and password?