aedm / minimeteor

Dockerize Meteor applications.
43 stars 13 forks source link

connect to built in mongo #22

Open philcruz opened 7 years ago

philcruz commented 7 years ago

I want to use the built in mongo db that comes with meteor. I tried passing MONGO_URL as mongodb://localhost:3001/meteor and mongodb://localhost:3002/meteor but neither worked. What should be the url?