79209522

Date: 2024-11-21 02:55:56
Score: 1.5
Natty:
Report link

For first step,maybe you should check DNS resolution name inside of the container that you're tying to call.

or trying to do the telnet first whether the expected port can be called inside container. Just for crosscheck.

Or better use container port directly to call the other container For example, if the API container is named api-service, you can access it using http://api-service:port/myservice

instead of using public domain

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Riki Ahmad