rabil commited on
Commit
2568450
1 Parent(s): fe0a609

Update Redis bind address in docker/redis.conf

Browse files
Files changed (1) hide show
  1. docker/redis.conf +1 -1
docker/redis.conf CHANGED
@@ -2,7 +2,7 @@
2
 
3
  port 6379
4
 
5
- bind 0.0.0.0 ::1
6
 
7
  timeout 0
8
 
 
2
 
3
  port 6379
4
 
5
+ bind 127.0.0.1
6
 
7
  timeout 0
8