Docker-compose: Connect to database using localhost & mysql as hostname – Magento
I'm currently trying to dockerize my app for local development. For a bit of context, it is using Magento. I have a configuration file where I'm used to set 127.0.0.1 as MySQL hostname as the web app is running on…