sql >> Database >  >> NoSQL >> MongoDB

docker-compose MongoDB-fout:netwerkfout tijdens een poging om de opdracht 'isMaster' op de host uit te voeren

Ik had hetzelfde probleem. Ik heb het opgelost door het volgende trefwoord toe te voegen aan mongo's:--bind_ip_all

verandering:

mongos --port 27017 --configdb configserver/config01:27017,config02:27017,config03:27017 

naar:

 mongos --bind_ip_all --port 27017 --configdb configserver/config01:27017,config02:27017,config03:27017


  1. Hoe controleer ik of redis actief is voordat ik flask start (en start het als dit niet het geval is)?

  2. Datum-gegevenstype importeren met mongoimport

  3. mongodb staat gastverbinding toe, zelfs als auth is ingeschakeld

  4. Niet-gevangen uitzondering 'MongoConnectionException'