Fix rspamd behavior, currently failing due to worker-fuzzy
This commit is contained in:
@@ -7,6 +7,9 @@ RUN mkdir /run/rspamd
|
|||||||
COPY conf/ /conf
|
COPY conf/ /conf
|
||||||
COPY start.py /start.py
|
COPY start.py /start.py
|
||||||
|
|
||||||
|
# Temporary fix to remove references to rspamd-fuzzy for now
|
||||||
|
RUN sed -i '/fuzzy/,$d' /etc/rspamd/rspamd.conf
|
||||||
|
|
||||||
EXPOSE 11332/tcp 11334/tcp
|
EXPOSE 11332/tcp 11334/tcp
|
||||||
|
|
||||||
CMD /start.py
|
CMD /start.py
|
||||||
|
|||||||
Reference in New Issue
Block a user