From 79295ad6883e006c06783d0816be221e3c70730e Mon Sep 17 00:00:00 2001 From: h0tw4t3r Date: Sat, 10 Oct 2020 03:59:39 +0300 Subject: [PATCH] update readme --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 95efc8e..4f87361 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,12 @@ Nice for redis/docker starters. Also note that `injector` container injects ReJSON module and enables keyevent notifications. ## WARNING -Don't mind using that in production - only basic security things such as master and replica passwords are covered. -You should guard your containers and network by yourself. +~~Don't mind using that in production - only basic security things such as master and replica passwords are covered. +You should guard your containers and network by yourself.~~ +Don't forget to fill the .env file ## Usage +Before starting a cluster, make sure there is "data" directory chowned to user 1001 ```bash docker-compose up --scale sentinel=3 ``` -- GitLab