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