Upstream update to install process: f72fc1f1f8a7fc901a54821d6f036fabc7540f6a - chmod of misp log rotate

pull/4/head
Ventz Petkov 2018-09-04 14:30:03 -04:00
parent 1d9fd16bb1
commit c3e98ab669
2 changed files with 4 additions and 3 deletions

View File

@ -1,10 +1,10 @@
Docker MISP Container
=====================
### Latest Update: 8-22-2018
### Latest Update: 9-4-2018
Following the Official MISP Ubuntu 18.04 LTS build instructions.
Latest Upstream Change Included: e1fc7b2e50580e7f826d6cae4bb0debf43658db2
Latest Upstream Change Included: f72fc1f1f8a7fc901a54821d6f036fabc7540f6a
Github repo + build script here:
https://github.com/harvard-itsecurity/docker-misp

View File

@ -196,7 +196,8 @@ RUN echo "/var/www/MISP/app/tmp/logs/resque-*-error.log {" > misp ; \
echo " compress" >> misp ; \
echo " weekly" >> misp ; \
echo " copytruncate" >> misp ; \
echo "}" >> misp
echo "}" >> misp ; \
chmod 0640 /etc/logrotate.d/misp
WORKDIR /var/www/MISP