You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to run the docker-compose but I get this error message: news-scraper-workers-historic-go_1 | Addr: localhost:27017, Type: Unknown, State: Connected, Average RTT: 0, Last error: dial tcp 127.0.0.1:27017: connect: connection refused
I think the error is produced because I don't have any MongoDB instance running. In order to solve the error I added MongoDB to the docker-compose script (whithout luck):
Hola!
I am trying to run the docker-compose but I get this error message:
news-scraper-workers-historic-go_1 | Addr: localhost:27017, Type: Unknown, State: Connected, Average RTT: 0, Last error: dial tcp 127.0.0.1:27017: connect: connection refused
I think the error is produced because I don't have any MongoDB instance running. In order to solve the error I added MongoDB to the docker-compose script (whithout luck):
Can you explain how to add MongoDB to docker-compose (default username, password...) and what to do after running
docker-compose up
?Thanks for creating this tool, keep it up!
The text was updated successfully, but these errors were encountered: