mongodb-init-replica-set.js 79 B

1
  1. rs.initiate({ _id: "overleaf", members: [ { _id: 0, host: "mongo:27017" } ] })