From b3e06d9aba0a4ec0bd3dbff08355240c9a7f7f3e Mon Sep 17 00:00:00 2001 From: Luke Else <52086083+luke-else@users.noreply.github.com> Date: Sun, 31 Oct 2021 13:03:33 +0000 Subject: [PATCH] Update instructions --- MongoDB/instructions | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/MongoDB/instructions b/MongoDB/instructions index 4e95439..3d7ece5 100644 --- a/MongoDB/instructions +++ b/MongoDB/instructions @@ -7,3 +7,8 @@ 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 + + + + +https://stackoverflow.com/questions/42201233/mongodb-with-docker-authentication