Fix path
parent
fbac28974b
commit
0ea977b1a0
|
@ -71,9 +71,9 @@ services:
|
||||||
image: mailcow/rspamd
|
image: mailcow/rspamd
|
||||||
build: ./data/Dockerfiles/rspamd
|
build: ./data/Dockerfiles/rspamd
|
||||||
command: >
|
command: >
|
||||||
/bin/bash -c "
|
/bin/sh -c "
|
||||||
sleep 5;
|
sleep 5;
|
||||||
/usr/bin/rspamd -f -u _rspamd -g _rspamd
|
/usr/sbin/rspamd -f -u _rspamd -g _rspamd
|
||||||
"
|
"
|
||||||
depends_on:
|
depends_on:
|
||||||
nginx-mailcow:
|
nginx-mailcow:
|
||||||
|
|
Loading…
Reference in New Issue