Updated instructions for both Bitwarden and Mongo

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

4
Bitwarden/instructions Normal file
View File

@ -0,0 +1,4 @@
Make sure that you have a folder ready for the bitwarden information.
docker pull vaultwarden/server:latest
docker run -d --name vaultwarden -v /vaultwarden:/data/ -p XXXX:80 --restart unless-stopped vaultwarden/server:latest

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