master
andryyy 2017-05-14 14:25:21 +02:00
parent fbac28974b
commit 0ea977b1a0
1 changed files with 2 additions and 2 deletions

View File

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