Discussions
Connect to a Redis container
over 3 years ago by Marcus Polini
How can I get my app service to communicate with my redis service?
I currently am setting the REDIS_URL
in my application to redis://host.docker.internal:6379/0
, but I can't seem to connect.