mailcow: dockerized - documentation 📰
Datei suchen
Leif Neland 64278e7163
Make traefik use right net address of nginx
Unless specified, traefik might try use the ip of nginx on the mailcowdockerized_mailcow-network, which is not reachable.
2020-06-02 00:46:32 +02:00
docs Make traefik use right net address of nginx 2020-06-02 00:46:32 +02:00
.gitignore Add gitignore for site data 2017-05-01 21:38:12 +02:00
.travis.yml Update .travis.yml 2018-10-06 11:15:28 +08:00
mkdocs.yml Add hint about trusted rfc1918, thanks to @Programmierus 2020-05-06 20:09:25 +02:00
README.md Fix typos 2020-04-21 23:34:34 +02:00

TRAVIS-CI

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

pip install mkdocs-material
mkdocs serve