mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2024-12-09 08:50:05 +08:00
Fix path
This commit is contained in:
parent
fbac28974b
commit
0ea977b1a0
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user