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

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