mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-31 23:40:25 +02:00
Update mailserver.env
Changed the description of OVERRIDE_HOSTNAME environment variable, to raise awareness of unforeseen side effects.
This commit is contained in:
parent
f6381d3bb0
commit
2681d6dedc
1 changed files with 4 additions and 1 deletions
|
@ -10,7 +10,10 @@
|
||||||
# -----------------------------------------------
|
# -----------------------------------------------
|
||||||
|
|
||||||
# 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.
|
||||||
|
# **WARNING**: Setting OVERRIDE_HOSTNAME can have difficult to predict side effects.
|
||||||
OVERRIDE_HOSTNAME=
|
OVERRIDE_HOSTNAME=
|
||||||
|
|
||||||
# REMOVED in version v11.0.0! Use LOG_LEVEL instead.
|
# REMOVED in version v11.0.0! Use LOG_LEVEL instead.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue