diff --git a/README.md b/README.md index 95efc8ee73ad47698917cd61cbd79af387ff049d..4f87361e98cef0687e751ccceec1c6d444655908 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 ```