rabil commited on
Commit
87d444f
·
verified ·
1 Parent(s): 5428e03

chore: Update Redis supervisor configuration to bind to localhost and disable protected mode

Browse files
Files changed (1) hide show
  1. docker/supervisor.conf +1 -1
docker/supervisor.conf CHANGED
@@ -6,7 +6,7 @@ stdout_logfile=/dev/stdout
6
  stdout_logfile_maxbytes=0
7
 
8
  [program:redis]
9
- command=redis-server --bind 127.0.0.1 --port 6379 --protected-mode no
10
  autostart=true
11
  autorestart=true
12
  startretries=3
 
6
  stdout_logfile_maxbytes=0
7
 
8
  [program:redis]
9
+ command=redis-server
10
  autostart=true
11
  autorestart=true
12
  startretries=3