79162523

Date: 2024-11-06 12:13:23
Score: 1
Natty:
Report link

When using Docker, localhost in the container points to the container itself, not your host machine. In your case changing http://localhost:8088 to http://host.docker.internal:8088 lets the container access services on your host’s localhost, which fixes the connection issue.

Reasons:
  • Whitelisted phrase (-1): In your case
  • Low length (0.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Starts with a question (0.5): When
  • Low reputation (1):
Posted by: Gisoo