rabil commited on
Commit
dc8d2f5
·
verified ·
1 Parent(s): 599daaf

Update Redis port to 6379 in docker/redis.conf

Browse files
Files changed (1) hide show
  1. docker/redis.conf +1 -1
docker/redis.conf CHANGED
@@ -1,6 +1,6 @@
1
  # Redis configuration file example
2
 
3
- port 7860
4
 
5
  bind 0.0.0.0 ::1
6
 
 
1
  # Redis configuration file example
2
 
3
+ port 6379
4
 
5
  bind 0.0.0.0 ::1
6