Fix docker-compose
parent
252150016f
commit
6d7b6a92ee
|
@ -58,7 +58,11 @@ services:
|
||||||
rspamd-mailcow:
|
rspamd-mailcow:
|
||||||
image: andryyy/mailcow-dockerized:rspamd
|
image: andryyy/mailcow-dockerized:rspamd
|
||||||
build: ./data/Dockerfiles/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:
|
depends_on:
|
||||||
nginx-mailcow:
|
nginx-mailcow:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
|
|
Loading…
Reference in New Issue