79308828

Date: 2024-12-26 06:41:53
Score: 0.5
Natty:
Report link

We should use the container ip address. We can get that by inspecting

eg: docker inspect container-id | grep IPAddress

then use that ip address to connect eg: redis://redis:[email protected]:6379

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Ravinder Reddy Kothabab