mirror of
https://github.com/funkypenguin/geek-cookbook/
synced 2025-12-16 19:21:53 +00:00
Fix to redis config requirements
This commit is contained in:
@@ -65,6 +65,13 @@ appendonly yes
|
|||||||
appendfilename "appendonly.aof"
|
appendfilename "appendonly.aof"
|
||||||
loglevel notice
|
loglevel notice
|
||||||
logfile "/logs/redis.log"
|
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
|
### Setup Nginx
|
||||||
|
|||||||
Reference in New Issue
Block a user