Connecting Redis localhost from Docker
I have a Node.js application where I use Redis, I am trying to connect the Docker container and the locally running Redis. Tried solutions: vim /usr/local/etc/redis.conf Updated bind 127.0.0.1 To bind 0.0.0.0 Stopped the redis and start it again and…