Fix mail/docker-compose.yaml
This commit is contained in:
parent
50fe57743b
commit
0b9c82386d
|
|
@ -4,7 +4,7 @@ services:
|
||||||
container_name: mailserver
|
container_name: mailserver
|
||||||
# Provide the FQDN of your mail server here (Your DNS MX record should point to this value)
|
# Provide the FQDN of your mail server here (Your DNS MX record should point to this value)
|
||||||
hostname: mail.dmeiburg.de
|
hostname: mail.dmeiburg.de
|
||||||
environments:
|
environment:
|
||||||
- SSL_TYPE=letsencrypt
|
- SSL_TYPE=letsencrypt
|
||||||
- VIRTUAL_HOST=mail.dmeiburg.de
|
- VIRTUAL_HOST=mail.dmeiburg.de
|
||||||
- LETSENCRYPT_HOST=mail.dmeiburg.de
|
- LETSENCRYPT_HOST=mail.dmeiburg.de
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue