I'm new to Docker and I was wondering if it was posible for me to make a connection between a dockerized spring boot project and a database stored locally in my pc.
I know how to do it in "reverse", creating a MySql server and connecting it to my local Spring project, but I can't find a way to do it in the opposite direction.