diff --git a/README.md b/README.md index 20e8668..4e6a868 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/container/Dockerfile b/container/Dockerfile index fe45c3d..e110385 100644 --- a/container/Dockerfile +++ b/container/Dockerfile @@ -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; \