1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2025-12-13 09:46:23 +00:00

Fix to redis config requirements

This commit is contained in:
David Young
2018-06-07 22:05:12 +12:00
parent b59d465d74
commit 60d107d599

View File

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