New Rspamd image, also fixes #386

This commit is contained in:
andryyy
2017-06-22 17:12:13 +02:00
parent 2c3d649f0f
commit 4066f3507c
3 changed files with 9 additions and 3 deletions

View File

@@ -18,7 +18,8 @@ RUN apt-get update && apt-get install -y \
&& chown _rspamd:_rspamd /run/rspamd
COPY settings.conf /etc/rspamd/modules.d/settings.conf
COPY docker-entrypoint.sh /docker-entrypoint.sh
ENTRYPOINT ["/docker-entrypoint.sh"]
CMD /usr/bin/rspamd -f -u _rspamd -g _rspamd
USER _rspamd