Spaces:
Sleeping
Sleeping
chore: Update Redis supervisor configuration to bind to localhost and disable protected mode
Browse files- 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
|
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
|