Unable to install eramba with docker

i am trying to install eramba using docker. never had any problem before with docker install

i am getting this error:
2023-05-17 14:58:09 > App\Console\Installer::postInstall
2023-05-17 14:58:09 Welcome to Eramba installation procedure!
2023-05-17 14:58:09 Skipped overwriting config/app_local.php file
2023-05-17 14:58:09 No Security.salt placeholder to replace.
2023-05-17 14:58:09 sending incremental file list
2023-05-17 14:58:09 emails/.gitkeep
2023-05-17 14:58:09
2023-05-17 14:58:09 sent 855 bytes received 48 bytes 1,806.00 bytes/sec
2023-05-17 14:58:09 total size is 0 speedup is 0.00
2023-05-17 14:58:09 sending incremental file list
2023-05-17 14:58:09 .gitkeep
2023-05-17 14:58:09
2023-05-17 14:58:09 sent 209 bytes received 37 bytes 492.00 bytes/sec
2023-05-17 14:58:09 total size is 0 speedup is 0.00
2023-05-17 14:58:09 Using connection: default
2023-05-17 14:58:09 -------------------------------------------------------------------------------
2023-05-17 14:58:11 Waiting for database…
2023-05-17 14:58:11 Connection to Mysql could not be established: SQLSTATE[HY000] [1045] Access denied for user ‘docker’@‘172.18.0.4’ (using password: YES)
2023-05-17 14:58:11 Using connection: default
2023-05-17 14:58:11 -------------------------------------------------------------------------------

Please can some one help?

Hello,

Send us a complete log from docker logs eramba to support@eramba.org

Also, please have a look at our troubleshooting guide: Docker Install | Eramba learning portal

Hi there,

Had the same issue yesterday and only after a complete removal of the containers we managed to solve the issue. We used the “docker compose (compose file) down -v” to remove everything and at the reinstall the communication with the sql container was established.