Compare commits

...

2 Commits

Author SHA1 Message Date
j4n
1918bfa2f6 feat(doc/docker): Introduce docker images in documentation 2026-05-08 09:29:36 +02:00
missytake
68f162a417 fix(nginx): properly redirect www to mail_domain 2026-05-08 09:28:50 +02:00
2 changed files with 10 additions and 1 deletions

View File

@@ -69,7 +69,7 @@ http {
index index.html index.htm; index index.html index.htm;
server_name {{ config.mail_domain }} www.{{ config.mail_domain }} mta-sts.{{ config.mail_domain }}; server_name {{ config.mail_domain }} mta-sts.{{ config.mail_domain }};
access_log syslog:server=unix:/dev/log,facility=local7; access_log syslog:server=unix:/dev/log,facility=local7;

View File

@@ -98,6 +98,15 @@ steps. Please substitute it with your own domain.
configure at your DNS provider (it can take some time until they are configure at your DNS provider (it can take some time until they are
public). public).
Docker installation
-------------------
There is experimental support for running chatmail via Docker.
A monolithic image based on the above cmdeploy method is available `through a separate repository <https://github.com/chatmail/docker/pkgs/container/docker>`_.
See the `chatmail/docker README <https://github.com/chatmail/docker>`_ for full setup instructions.
Other helpful commands Other helpful commands
---------------------- ----------------------