Hello , I have been trying to install fineract using docker compose as documented here <https://github.com/apache/fineract>
1. git clone https://github.com/apache/fineract.git ; cd fineract 2. docker-compose build 3. docker-compose up -d But get Access denied for user ‘root’@‘localhost’ (using password: NO) when I log I see below 2020-06-09T09:27:29.286895Z 0 [Note] Event Scheduler: Loaded 0 events 2020-06-09T09:27:29.287358Z 0 [Note] mysqld: ready for connections. Version: ‘5.7.30’ socket: ‘/var/run/mysqld/mysqld.sock’ port: 3306 MySQL Community Server (GPL) 2020-06-09T09:27:47.129668Z 9 [Note] Access denied for user ‘root’@‘localhost’ (using password: NO) I have check on permissions and also the docker-compose.ym and server.xml files I am also able to use the password (mysql) to docker exec into the mysql container . I am wondering what could I be doing wrong. Or are there further configurations that are needed ? Regards, Stephen Oduor
