cant connect to local database using external IP:Port
I have 2 Servers, A and B. They both run the same replicated server-application (rest-API) written in go. On Server B, I also have a database running. Both server and database in docker-containers. docker-compose.yml ... userDB: image: mysql:oracle restart: always…