Updated instructions for both Bitwarden and Mongo

This commit is contained in:
2021-12-22 23:59:28 +01:00
parent d223cac8b1
commit 1c97248fbe
2 changed files with 5 additions and 1 deletions

View File

@ -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