1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2025-01-12 04:23:24 +02:00

Fix Rspamd

This commit is contained in:
andryyy 2017-03-03 23:45:26 +01:00
parent f6c383431e
commit 24f3bf009c

View File

@ -22,7 +22,7 @@ ADD wait-for-it.sh /wait-for-it.sh
RUN pip install -U oletools
RUN timeout 30 /usr/bin/rspamd -f -u _rspamd -g _rspamd; exit 0
RUN chmod +x /usr/local/bin/docker-entrypoint.sh
RUN chmod +x /wait-for-it.sh
CMD ["/wait-for-it.sh", "nginx:8081", "--", "/usr/bin/rspamd", "-f", "-u", "_rspamd", "-g", "_rspamd"]