I have a 2 docker setup – one container with a MysqlDB on it and another with a web server. Both are on the same machine. The db container has it 3306 port exposed though the hosts 3306 port (argument -p 3306:3306). This container is reachable (I can log into the mysql database) both throughRead more