From 1c97248fbe50b0bc5d023c2702a5958c59adc74f Mon Sep 17 00:00:00 2001 From: luke-else Date: Wed, 22 Dec 2021 23:59:28 +0100 Subject: [PATCH] Updated instructions for both Bitwarden and Mongo --- Bitwarden/instructions | 4 ++++ MongoDB/instructions | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 Bitwarden/instructions diff --git a/Bitwarden/instructions b/Bitwarden/instructions new file mode 100644 index 0000000..cd1d800 --- /dev/null +++ b/Bitwarden/instructions @@ -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 diff --git a/MongoDB/instructions b/MongoDB/instructions index 4e95439..b9d5ac2 100644 --- a/MongoDB/instructions +++ b/MongoDB/instructions @@ -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