mailcow: dockerized - documentation 📰
fd1800681c
Try to more closely match the backup_and_restore.sh script by including postfix, rspamd and redis volumes. Ignore the paths that contain sockets/FIFOs as borgmatic uses these for its mysql backup, which means borg "stuck" trying to read these. Move the generated borg security data and cache to volumes so that they persists without writing in the mailcow/data folder or the overlay. |
||
---|---|---|
.github | ||
docs | ||
.gitignore | ||
mkdocs.yml | ||
README.md | ||
requirements.txt |
mailcow: dockerized documentation
This project aims to provide the mailcow: dockerized documentation for the mailcow: dockerized project.
https://mailcow.github.io/mailcow-dockerized-docs
To build it locally, you need the Material theme for MkDocs, MkDocs itself and Pygments. To install these with pip and get it up and running, fire up your terminal and enter
git clone https://github.com/mailcow/mailcow-dockerized-docs.git
pip install -r requirements.txt
mkdocs serve