mirror of https://github.com/MISP/docker-misp
Fixed redis restarts within supervisord - due to being daemonized. Thanks @cellango for reporting it! Upstream update sync to: a62bca4e169c919413bba4e6ce978e30aae9183e
parent
c298bfcc8b
commit
2cc45f3426
|
@ -1,10 +1,10 @@
|
|||
Docker MISP Container
|
||||
=====================
|
||||
### Latest Update: 12-12-2018
|
||||
### Latest Update: 1-15-2019
|
||||
|
||||
Following the Official MISP Ubuntu 18.04 LTS build instructions.
|
||||
|
||||
Latest Upstream Change Included: 9d0c6fa8fe6e8345f8053929bb18cc64007974a2
|
||||
Latest Upstream Change Included: a62bca4e169c919413bba4e6ce978e30aae9183e
|
||||
|
||||
Github repo + build script here:
|
||||
https://github.com/harvard-itsecurity/docker-misp
|
||||
|
|
|
@ -30,6 +30,7 @@ RUN sed -i "s/max_execution_time = 30/max_execution_time = 300/" /etc/php/7.2/ap
|
|||
#echo "test -e /var/run/mysqld || install -m 755 -o mysql -g root -d /var/run/mysqld" ; \
|
||||
RUN sed -i -E 's/^(\s*)system\(\);/\1unix-stream("\/dev\/log");/' /etc/syslog-ng/syslog-ng.conf ; \
|
||||
postconf -e "relayhost = $POSTFIX_RELAY_HOST" ; \
|
||||
sed -i "s/daemonize yes/daemonize no/" /etc/redis/redis.conf ; \
|
||||
test -e /var/run/mysqld || install -m 755 -o mysql -g root -d /var/run/mysqld ; \
|
||||
a2dismod status ; \
|
||||
a2enmod ssl rewrite headers; \
|
||||
|
|
Loading…
Reference in New Issue