mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
adjusting env files for clearer usage
This commit is contained in:
parent
0ada57d87c
commit
a63a8c5f5f
|
@ -1,7 +1,6 @@
|
||||||
|
# –––––––––––––––––––––––––––––––––––––––––––––––
|
||||||
# -----------------------------------------------------------------------------------------------------------------------------
|
# ––– Mailserver Environment Variables ––––––––––
|
||||||
# --------------------- General Settings --------------------------------------------------------------------------------------
|
# –––––––––––––––––––––––––––––––––––––––––––––––
|
||||||
# -----------------------------------------------------------------------------------------------------------------------------
|
|
||||||
|
|
||||||
# empty => uses the `hostname` command to get the mail server's canonical hostname
|
# empty => uses the `hostname` command to get the mail server's canonical hostname
|
||||||
# => Specify a fully-qualified domainname to serve mail for. This is used for many of the config features so if you can't set your hostname (e.g. you're in a container platform that doesn't let you) specify it in this environment variable.
|
# => Specify a fully-qualified domainname to serve mail for. This is used for many of the config features so if you can't set your hostname (e.g. you're in a container platform that doesn't let you) specify it in this environment variable.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# -----------------------------------------------------------------------------------------------------------------------------
|
# –––––––––––––––––––––––––––––––––––––––––––––––
|
||||||
# --------------------- General Settings --------------------------------------------------------------------------------------
|
# ––– Docker Compose Settings Variables –––––––––
|
||||||
# -----------------------------------------------------------------------------------------------------------------------------
|
# –––––––––––––––––––––––––––––––––––––––––––––––
|
||||||
|
|
||||||
HOSTNAME=mail
|
HOSTNAME=mail
|
||||||
DOMAINNAME=domain.com
|
DOMAINNAME=domain.com
|
||||||
|
|
Loading…
Reference in a new issue