andryyy 8 years ago
parent
commit
0ea977b1a0
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docker-compose.yml

+ 2 - 2
docker-compose.yml

@@ -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: