This website requires JavaScript.
Explore
Help
Register
Sign In
Gnous
/
mailcow
Watch
2
Star
0
Fork
0
You've already forked mailcow
Code
Issues
Pull Requests
1
Packages
Projects
Releases
Wiki
Activity
7bb1e2e40e
mailcow
/
data
/
Dockerfiles
/
rspamd
/
docker-entrypoint.sh
6 lines
79 B
Bash
Raw
Normal View
History
Unescape
Escape
New Rspamd image, also fixes #386
2017-06-22 17:12:13 +02:00
#!/bin/bash
chown -R _rspamd:_rspamd /var/lib/rspamd
[Rspamd] Use tini
2017-10-15 09:31:19 +02:00
exec
/sbin/tini --
"
$@
"
Reference in New Issue
Copy Permalink