[Rspamd] Fix neural.lua

master
andryyy 2020-03-08 12:25:03 +01:00
parent 537b7dad14
commit e290d6d869
No known key found for this signature in database
GPG Key ID: 8EC34FF2794E25EF
3 changed files with 1458 additions and 1 deletions

View File

@ -23,6 +23,7 @@ RUN apt-get update && apt-get install -y \
&& chown _rspamd:_rspamd /run/rspamd && chown _rspamd:_rspamd /run/rspamd
COPY settings.conf /etc/rspamd/settings.conf COPY settings.conf /etc/rspamd/settings.conf
COPY neural.lua /usr/share/rspamd/plugins/neural.lua
COPY docker-entrypoint.sh /docker-entrypoint.sh COPY docker-entrypoint.sh /docker-entrypoint.sh
ENTRYPOINT ["/docker-entrypoint.sh"] ENTRYPOINT ["/docker-entrypoint.sh"]

File diff suppressed because it is too large Load Diff

View File

@ -69,7 +69,7 @@ services:
- clamd - clamd
rspamd-mailcow: rspamd-mailcow:
image: mailcow/rspamd:1.62 image: mailcow/rspamd:1.64
stop_grace_period: 30s stop_grace_period: 30s
depends_on: depends_on:
- nginx-mailcow - nginx-mailcow