1
0
mirror of https://github.com/docker-mailserver/docker-mailserver.git synced 2025-08-09 23:07:35 +02:00

Change default value of ONE_DIR (#2148)

* ONE_DIR=1

* Update Dockerfile

* Update start-mailserver.sh

* Update tests.bats

* Update tests.bats

Co-authored-by: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com>
This commit is contained in:
Casper
2021-08-31 13:50:56 +02:00
committed by GitHub
parent 865787c8b0
commit 6336c0b256
3 changed files with 3 additions and 3 deletions

View File

@@ -26,7 +26,7 @@ SUPERVISOR_LOGLEVEL=
# 0 => mail state in default directories
# 1 => consolidate all states into a single directory (`/var/mail-state`) to allow persistence using docker volumes
ONE_DIR=0
ONE_DIR=1
# empty => postmaster@domain.com
# => Specify the postmaster address