Fix docker-compose

This commit is contained in:
andryyy 2017-03-05 14:04:00 +01:00
parent 252150016f
commit 6d7b6a92ee

View File

@ -58,7 +58,11 @@ services:
rspamd-mailcow:
image: andryyy/mailcow-dockerized:rspamd
build: ./data/Dockerfiles/rspamd
command: "sleep 25; /usr/bin/rspamd -f -u _rspamd -g _rspamd"
command: >
/bin/bash -c "
sleep 5;
/usr/bin/rspamd -f -u _rspamd -g _rspamd
"
depends_on:
nginx-mailcow:
condition: service_healthy