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

chore: Fix tiny typo in mailserver.env (#2304)

This commit is contained in:
Simon J Mudd
2021-11-22 10:24:38 +01:00
committed by GitHub
parent 5254f7c658
commit 62c6f7659e

View File

@ -33,7 +33,7 @@ ONE_DIR=1
POSTMASTER_ADDRESS= POSTMASTER_ADDRESS=
# Check for updates on container start and then once a day # Check for updates on container start and then once a day
# If an update is available, a mail is send to POSTMASTER_ADDRESS # If an update is available, a mail is sent to POSTMASTER_ADDRESS
# 0 => Update check disabled # 0 => Update check disabled
# 1 => Update check enabled # 1 => Update check enabled
ENABLE_UPDATE_CHECK=1 ENABLE_UPDATE_CHECK=1