Update Docker README

fix-multi-trigger
Moe 2023-03-06 09:33:44 -08:00
parent 7ea60b686c
commit f54e72831d
1 changed files with 7 additions and 1 deletions

View File

@ -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 |