I cannot connect to Redis image from a Node image within Docker

I found the solution. While the default redis:alpine image use configuration with protection_mode yes I was using a new configuration with protection_mode no. I also removed the bind 'address' all together.

And reconnected normally from other services with redis:port as usual.
all thanks to docker - Cannot connect to redis container in app but can ping to that container - Stack Overflow

1 Like