mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-31 07:09:57 +02:00
deploy: fedc3b3ee0
This commit is contained in:
parent
f5e1487a16
commit
115aef7384
7 changed files with 43 additions and 87 deletions
|
@ -3371,9 +3371,10 @@
|
|||
</div>
|
||||
<h4 id="general"><a class="toclink" href="#general">General</a></h4>
|
||||
<h5 id="override_hostname"><a class="toclink" href="#override_hostname">OVERRIDE_HOSTNAME</a></h5>
|
||||
<p>If you can't set your hostname (<em>eg: you're in a container platform that doesn't let you</em>) specify it via this environment variable. It will have priority over <code>docker run --hostname</code>, or the equivalent <code>hostname:</code> field in <code>docker-compose.yml</code>.</p>
|
||||
<ul>
|
||||
<li><strong>empty</strong> => uses the <code>hostname</code> command to get canonical hostname for <code>docker-mailserver</code> to use.</li>
|
||||
<li>=> 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 (<em>eg: you're in a container platform that doesn't let you</em>) specify it via this environment variable. It will take priority over <code>docker run</code> options: <code>--hostname</code> and <code>--domainname</code>, or <code>docker-compose.yml</code> config equivalents: <code>hostname:</code> and <code>domainname:</code>.</li>
|
||||
<li><strong>empty</strong> => Uses the <code>hostname -f</code> command to get canonical hostname for <code>docker-mailserver</code> to use.</li>
|
||||
<li>=> Specify an FQDN (fully-qualified domain name) to serve mail for. The hostname is required for <code>docker-mailserver</code> to function correctly.</li>
|
||||
</ul>
|
||||
<h5 id="log_level"><a class="toclink" href="#log_level">LOG_LEVEL</a></h5>
|
||||
<p>Set the log level for DMS. This is mostly relevant for container startup scripts and change detection event feedback.</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue