Springboot app running on localhost cant communicate with redis running on docker
I have a spring boot app that runs on localhost fine. However, I decided to add caching recently and I run my Redis server from docker. The problem I am facing now is that my Springboot app can not communicate…