Updated instructions for both Bitwarden and Mongo
This commit is contained in:
parent
d223cac8b1
commit
1c97248fbe
4
Bitwarden/instructions
Normal file
4
Bitwarden/instructions
Normal 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
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user