[Rspamd] Set Redis slaveof if not master, adjust redis configs automatically
This commit is contained in:
@@ -15,7 +15,7 @@ RUN apt-get update && apt-get install -y \
|
||||
&& 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 \
|
||||
&& apt-get --no-install-recommends -y install rspamd redis-tools \
|
||||
&& rm -rf /var/lib/apt/lists/* \
|
||||
&& apt-get autoremove --purge \
|
||||
&& apt-get clean \
|
||||
|
Reference in New Issue
Block a user