1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2026-02-09 14:01:42 +00:00

Revert base of Rspamd

This commit is contained in:
andryyy
2017-05-17 07:46:27 +02:00
parent 73920fbbc0
commit f38d726ed2
2 changed files with 11 additions and 10 deletions

View File

@@ -71,9 +71,9 @@ services:
image: mailcow/rspamd
build: ./data/Dockerfiles/rspamd
command: >
/bin/sh -c "
/bin/bash -c "
sleep 5;
/usr/sbin/rspamd -f -u _rspamd -g _rspamd
/usr/bin/rspamd -f -u _rspamd -g _rspamd
"
depends_on:
nginx-mailcow: