How to access host MySQL server in a Docker container? – Apache
I have a MySQL server on my host machine and I want my docker containers connect to it, instead of create a MySQL container. In my application configuration file I'm using localhost, as I used to do before using Docker,…