From ca4c5490cb95c19b6f3474e5c63b1b3c22df94f0 Mon Sep 17 00:00:00 2001 From: Moe Date: Mon, 31 Aug 2020 00:48:04 -0700 Subject: [PATCH] Update README.md --- Docker/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docker/README.md b/Docker/README.md index 42b22d3c..2930284c 100644 --- a/Docker/README.md +++ b/Docker/README.md @@ -56,7 +56,7 @@ docker run -d --name='Shinobi' -p '8080:8080/tcp' -v "/dev/shm/Shinobi/streams": | DB_DATABASE | Database that the Shinobi process will interact with. | ccio | | DB_DISABLE_INCLUDED | Disable included database to use your own. Set to `true` to disable.| false | | PLUGIN_KEYS | The object containing connection keys for plugins running in client mode (non-host, default). | {} | - | SSL_ENABLED | Enable or disable SSL with `openssl`. | false | + | SSL_ENABLED | Enable or Disable SSL. | false | | SSL_COUNTRY | Country Code for SSL. | CA | | SSL_STATE | Province/State Code for SSL. | BC | | SSL_LOCATION | Location of where SSL key is being used. | Vancouver |