File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -1697,7 +1697,15 @@ scheduled (cron) job to access email:
16971697
16981698However running cron in a container is problematic (running
16991699busybox crond as root vs. non-root, requiring setgrp privs
1700- etc). Patches for implementing email support are welcome.
1700+ etc).
1701+
1702+ Using the host's crontab with a command like::
1703+
1704+ docker exec roundup-tracker roundup-mailgw tracker \
1705+ mailbox /var/spool/mail/roundup
1706+
1707+ might be a solution if you can mount a mail spool directory or use
1708+ pop/imap. Patches for implementing better email support are welcome.
17011709
17021710If you want to use a MySQL backend, see `Docker-compose
17031711Deployment`_ to deploy a Roundup container and a MySQL container
You can’t perform that action at this time.
0 commit comments