Add PORTS setting, to reënable STARTTLS
This commit is contained in:
@ -31,6 +31,9 @@ TRAEFIK_STACK_NAME=traefik_example_com
|
|||||||
# OPTIONAL SETTINGS #
|
# OPTIONAL SETTINGS #
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
|
# Uncomment this to reënable STARTTLS, although beware the health warnings here: https://nostarttls.secvuln.info/
|
||||||
|
#PORTS=25,80,443,465,993,995,4190,110,143,587
|
||||||
|
|
||||||
# Name of the instance, displayed in the web UI
|
# Name of the instance, displayed in the web UI
|
||||||
SITENAME=mymail
|
SITENAME=mymail
|
||||||
|
|
||||||
|
|||||||
@ -52,6 +52,7 @@ x-environment:
|
|||||||
- WELCOME_BODY
|
- WELCOME_BODY
|
||||||
- WELCOME_SUBJECT
|
- WELCOME_SUBJECT
|
||||||
- TZ
|
- TZ
|
||||||
|
- PORTS
|
||||||
|
|
||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
|
|||||||
Reference in New Issue
Block a user