Problem connecting springboot to mysql with docker-compose
I am developing a small application using springboot with maven and a mysql db.
I created a Dockerfile that’s working but when I try to do docker-compose up the connection from app to db is refused.