From 0f030130b40fbe2e63e5cd765a0d21edca851a5d Mon Sep 17 00:00:00 2001 From: hoellen Date: Wed, 29 May 2019 09:45:31 +0200 Subject: [PATCH] [doc] port 443 instead of 440 --- docs/reverse.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reverse.rst b/docs/reverse.rst index 02f90fbb..f2826890 100644 --- a/docs/reverse.rst +++ b/docs/reverse.rst @@ -137,7 +137,7 @@ which will dump the certificates as ``PEM`` files, readable for Nginx. The ``fro To set this up, first set ``TLS_FLAVOR=mail`` in your ``.env``. This tells ``mailu/front`` not to try to request certificates using ``letsencrypt``, but to read provided certificates, and use them only for mail-protocols, not for ``HTTP``. -Next, in your ``docker-compose.yml``, comment out the ``port`` lines of the ``front`` section for port ``…:80`` and ``…:440``. +Next, in your ``docker-compose.yml``, comment out the ``port`` lines of the ``front`` section for port ``…:80`` and ``…:443``. Add the respective Traefik labels for your domain/configuration, like .. code-block:: yaml