mongo-docker-compose icon indicating copy to clipboard operation
mongo-docker-compose copied to clipboard

Update to mongo 4.0

Open Ameausoone opened this issue 7 years ago • 1 comments

Update MongoDB version to 3.4 Use docker volumes instead of local storage Use default standard MongoDB ports Use wait-for-it.sh to wait until Mongo servers are available (but there is better way to wait until servers are fully ready) Add Makefile Update documentation

Ameausoone avatar Jun 30 '17 11:06 Ameausoone

when i try this pull request out, i find that mongos1_1 fails to start up with the error

...
...failed Permission denied for socket: /tmp/mongodb-27017.sock
...Failed to set up sockets during startup.
...shutting down with code:48

andiempettJISC avatar Mar 14 '18 15:03 andiempettJISC