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

Merge branch 'master' of github.com:funkypenguin/geek-cookbook into markdown-to-markua

This commit is contained in:
David Young
2018-06-07 22:20:48 +12:00

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