diff --git a/web/Dockerfile b/web/Dockerfile index 7880495..d009648 100644 --- a/web/Dockerfile +++ b/web/Dockerfile @@ -96,6 +96,7 @@ RUN echo "postfix postfix/main_mailer_type string Local only" \ # Redis Setup RUN sed -i 's/^\(daemonize\s*\)yes\s*$/\1no/g' /etc/redis/redis.conf +RUN sed -i 's/^\(bind\s*\)127.0.0.1 ::1\s*$/\1127.0.0.1/g' /etc/redis/redis.conf # Apache Setup RUN cp /var/www/MISP/INSTALL/apache.misp.ubuntu /etc/apache2/sites-available/misp.conf && \