diff --git a/manuscript/recipies/turtle-pool.md b/manuscript/recipies/turtle-pool.md index d5bff0c..e6ed41a 100644 --- a/manuscript/recipies/turtle-pool.md +++ b/manuscript/recipies/turtle-pool.md @@ -65,6 +65,13 @@ appendonly yes appendfilename "appendonly.aof" loglevel notice logfile "/logs/redis.log" +protected-mode no +``` + +I also had to **disable** the following line, by commenting it out (_thus ensuring Redis container will respond to the other containers_): + +``` +bind 127.0.0.1 ``` ### Setup Nginx