From f54e72831d90add5c0701a60aa40a09d50ddc344 Mon Sep 17 00:00:00 2001 From: Moe Date: Mon, 6 Mar 2023 09:33:44 -0800 Subject: [PATCH] Update Docker README --- Docker/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Docker/README.md b/Docker/README.md index 111bd0a3..815ebd8f 100644 --- a/Docker/README.md +++ b/Docker/README.md @@ -20,7 +20,7 @@ bash <(curl -s https://gitlab.com/Shinobi-Systems/Shinobi-Installer/raw/master/s Once complete open port `8080` of your Docker host in a web browser. -## Run Way +## "Run" Way **Installing Shinobi** @@ -85,6 +85,12 @@ docker run -d --name='Shinobi' -p '8080:8080/tcp' -v "/dev/shm/Shinobi/streams": > Host mount paths have been updated in this document. + ### Running without Included Database (NoDB) + + For information about this please see this Merge Request done by @thtmnisamnstr. It thoroughly documents how to use the NoDB installation method. + + https://gitlab.com/Shinobi-Systems/Shinobi/-/merge_requests/443 + ### Volumes | Volumes | Description |