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

Mongo 3.4

Open alex-rs opened this issue 7 years ago • 2 comments

Is it possible to use your docker-compose.yml with mongo version 3.4 ?

alex-rs avatar Aug 10 '17 09:08 alex-rs

I've not tested it myself at this time but I've seen a number of forks that do.

On Thu, Aug 10, 2017 at 5:07 AM, Alex [email protected] wrote:

Is it possible to use your docker-compose.yml with mongo version 3.4 ?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/singram/mongo-docker-compose/issues/5, or mute the thread https://github.com/notifications/unsubscribe-auth/AAUlxcEQlGiGxAmuS9ssY3_3l3z-Hb6vks5sWshvgaJpZM4OzJUu .

singram avatar Aug 10 '17 10:08 singram

@alex-rs It won't work because on version 3.4 you can only use config servers as replica set. So, you will have to modify the command line to something like --replSet mongocfgr

frankjdelgado avatar Sep 07 '17 22:09 frankjdelgado