mailcow: dockerized - documentation 📰
Datei suchen
Tobias Strobel c1cb6c9e07
Fix cronjob errors of Dovecot expunge
Recently, I discovered that the cronjob on my mailcow-dockerized host isn't working.
If the script is called via crontab, the docker-compose command doesn't know where the config file is located. So I added the "cd" to change the directory to the working directory of the mailcow-dockerized instance.
When executing the docker-compose exec command via cronjob, it fails with error message "the input device is not a TTY". By adding the parameter "-T" it works.
2018-04-08 14:33:14 +02:00
docs Fix cronjob errors of Dovecot expunge 2018-04-08 14:33:14 +02:00
.gitignore Add gitignore for site data 2017-05-01 21:38:12 +02:00
.travis.yml Build Error Fix 2017-11-05 04:18:59 +08:00
mkdocs.yml Add sogo to mkdocs.yml 2018-03-04 22:33:19 +01:00
README.md Create README.md 2017-06-12 20:37:47 +08:00