Open den-kip opened 4 years ago
I am trying to make an api request to another host in a different docker container like this:
app.use('/api/tasks', proxy('http://tasks-service:5002/api/tasks'));
but am getting a connection refused error:
"err":"connect ECONNREFUSED 172.21.0.6:5002"
How do I access the tasks-service routes in users-service container?
I don't think this is an issue with this library.
I am trying to make an api request to another host in a different docker container like this:
but am getting a connection refused error:
How do I access the tasks-service routes in users-service container?