Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
mailcow [/11092025/ 09:06] – colmaris | mailcow [/25092025/ 06:34] (Version actuelle) – [Mailcow] colmaris | ||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
====== Mailcow ====== | ====== Mailcow ====== | ||
- | Mailcow permet d'hébergé | + | Mailcow permet d'héberger |
===== Mailcow derrière Traefik ===== | ===== Mailcow derrière Traefik ===== | ||
Ligne 7: | Ligne 7: | ||
Modifier le fichier de configuration '' | Modifier le fichier de configuration '' | ||
- | + | <code yaml> | |
- | '' | + | HTTP_PORT=8080 |
HTTP_BIND=127.0.0.1 | HTTP_BIND=127.0.0.1 | ||
HTTPS_PORT=8443 | HTTPS_PORT=8443 | ||
HTTPS_BIND=127.0.0.1 | HTTPS_BIND=127.0.0.1 | ||
- | '' | + | </ |
Dans l' | Dans l' | ||
- | '' | + | <code yaml> |
+ | services: | ||
nginx-mailcow: | nginx-mailcow: | ||
expose: | expose: | ||
Ligne 49: | Ligne 50: | ||
# If using wildcard certs instead of an explicit host cert, | # If using wildcard certs instead of an explicit host cert, | ||
# use following line instead with just the | # use following line instead with just the | ||
- | '' | + | </ |