docker-glpi icon indicating copy to clipboard operation
docker-glpi copied to clipboard

Cant install application with my own database credentials

Open 3579km opened this issue 6 months ago • 1 comments

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)

Image

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?

3579km avatar Jul 03 '25 09:07 3579km