mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-04 10:05:00 +02:00
deploy: 7eeb9c33ab
This commit is contained in:
parent
a0d46e5d1b
commit
9f48c220a9
43 changed files with 2400 additions and 89 deletions
|
@ -1389,6 +1389,20 @@
|
|||
|
||||
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="contributing/tests/" class="md-nav__link">
|
||||
Tests
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="contributing/issues-and-pull-requests/" class="md-nav__link">
|
||||
Issues and Pull Requests
|
||||
|
@ -1501,6 +1515,7 @@
|
|||
<li>Be aware that advanced tasks may still require tweaking environment variables, reading through documentation and sometimes inspecting your running container for debugging purposes. After all, a mail-server is a complex arrangement of various programs.</li>
|
||||
<li>A list of all configuration options is documented on <a href="config/environment/">the ENV page</a>. The <a href="https://github.com/docker-mailserver/docker-mailserver/blob/master/README.md"><code>README.md</code></a> is a good starting point to understand what this image is capable of.</li>
|
||||
<li>A list of all optional and automatically created configuration files and directories is available <a href="config/advanced/optional-config/">on the dedicated page</a>.</li>
|
||||
<li>If you want to know more about our test suite, view our <a href="contributing/tests/">testing docs</a>.</li>
|
||||
</ol>
|
||||
<div class="admonition tip">
|
||||
<p class="admonition-title">Tip</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue