[Rspamd] v2.5
parent
3e2cbac778
commit
e03f9727f0
|
@ -12,8 +12,8 @@ RUN apt-get update && apt-get install -y \
|
|||
apt-transport-https \
|
||||
dnsutils \
|
||||
netcat \
|
||||
&& apt-key adv --fetch-keys https://rspamd.com/apt/gpg.key \
|
||||
&& echo "deb [arch=amd64] https://rspamd.com/apt/ $CODENAME main" > /etc/apt/sources.list.d/rspamd.list \
|
||||
&& apt-key adv --fetch-keys https://rspamd.com/apt-stable/gpg.key \
|
||||
&& echo "deb [arch=amd64] https://rspamd.com/apt-stable/ $CODENAME main" > /etc/apt/sources.list.d/rspamd.list \
|
||||
&& apt-get update \
|
||||
&& apt-get --no-install-recommends -y install rspamd redis-tools \
|
||||
&& rm -rf /var/lib/apt/lists/* \
|
||||
|
|
|
@ -71,7 +71,7 @@ services:
|
|||
- clamd
|
||||
|
||||
rspamd-mailcow:
|
||||
image: mailcow/rspamd:1.66
|
||||
image: mailcow/rspamd:1.67
|
||||
stop_grace_period: 30s
|
||||
depends_on:
|
||||
- nginx-mailcow
|
||||
|
|
Loading…
Reference in New Issue