mirror of https://github.com/MISP/misp-docker
Specified 127 address in misp-module due to failure when running localhost (default)
parent
3283cba3f6
commit
9076f30e2a
|
@ -137,7 +137,7 @@ RUN pip3 install --upgrade --ignore-installed urllib3
|
|||
RUN pip3 install --upgrade --ignore-installed requests
|
||||
RUN pip3 install -I -r REQUIREMENTS
|
||||
RUN pip3 install -I .
|
||||
RUN echo "sudo -u www-data misp-modules -s &" >>/etc/rc.local
|
||||
RUN echo "sudo -u www-data misp-modules -s -l 127.0.0.1 &" >>/etc/rc.local
|
||||
|
||||
# Supervisord Setup
|
||||
RUN echo '[supervisord]' >> /etc/supervisor/conf.d/supervisord.conf
|
||||
|
|
Loading…
Reference in New Issue