mirror of https://github.com/MISP/docker-misp
Merge pull request #14 from jbarlow-mcafee/set-redis-conf-in-supervisord
Pass redis conf file to redis-server program in supervisord.conf and set the working directory to /var/lib/redis Thanks to @jbarlow-mcafee for discovering this!pull/4/head
commit
c3d60977c0
|
@ -19,8 +19,8 @@ command=/usr/bin/mysqld_safe
|
|||
|
||||
[program:redis-server]
|
||||
process_name = redis-server
|
||||
directory = /etc/redis
|
||||
command=/usr/bin/redis-server
|
||||
directory = /var/lib/redis
|
||||
command=/usr/bin/redis-server /etc/redis/redis.conf
|
||||
user=redis
|
||||
|
||||
[program:apache2]
|
||||
|
|
Loading…
Reference in New Issue