Spaces:
Sleeping
Sleeping
chore: Update Redis supervisor configuration
Browse files- docker/supervisor.conf +1 -1
docker/supervisor.conf
CHANGED
@@ -7,7 +7,7 @@ stdout_logfile_maxbytes=0
|
|
7 |
|
8 |
[program:redis]
|
9 |
priority=1
|
10 |
-
command=redis-server
|
11 |
autostart=true
|
12 |
autorestart=true
|
13 |
startretries=3
|
|
|
7 |
|
8 |
[program:redis]
|
9 |
priority=1
|
10 |
+
command=redis-server
|
11 |
autostart=true
|
12 |
autorestart=true
|
13 |
startretries=3
|