You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in my opinion, having your database in a docker allow people on all platforms to clone and launch your project without needs to install MongoDB locally. Moreover, this allows them to have:
The same MongoDB version as you
Relaunch/recreate the database anytime they want
No need to setup connection with custom database
No conflict with OS since it's running in container
Hi,
Why don't you start a docker image instead of use mongo in you dedicated server ?
The text was updated successfully, but these errors were encountered: