Updated instructions for both Bitwarden and Mongo
This commit is contained in:
@ -6,4 +6,4 @@ Create a user (root) and any other databases (with users)
|
||||
|
||||
Close and re-run docker file with auth enabled (DBs Should persist)
|
||||
|
||||
docker run -d -p 27017:27017 -v ~/dataMongo:/data/db mongo --auth
|
||||
docker run -d -p 27017:27017 -v ~/dataMongo:/data/db --restart unless-stopped mongo --auth
|
||||
|
Reference in New Issue
Block a user