mirror of
https://github.com/gutmensch/docker-dmarc-report.git
synced 2025-12-29 16:15:55 +00:00
fix mariadb root password interpolation in health check configuration (#73)
* fix mariadb root password interpolation in health check configuration * fix env.example typo --------- Co-authored-by: Robert Schumann <robert@schumann.link>
This commit is contained in:
@@ -32,7 +32,7 @@ IMAP_SERVER=
|
||||
IMAP_PORT=
|
||||
|
||||
# optional: default is "Inbox"
|
||||
IMAP_READ_FOLDER
|
||||
IMAP_READ_FOLDER=
|
||||
|
||||
# optional: default is "processed"
|
||||
IMAP_MOVE_FOLDER=
|
||||
@@ -50,4 +50,4 @@ PARSER_IMAP_IGNORE_ERROR=0
|
||||
# Increase the maximum size of the XML file. (default is 50000 bytes)
|
||||
# When the size exceeds the maximum, one could experience an error Uncaught ValueError: DOMDocument::loadXML():
|
||||
# Argument #1 ($source) must not be empty.
|
||||
PARSER_XML_MAXSIZE=50000
|
||||
PARSER_XML_MAXSIZE=50000
|
||||
|
||||
Reference in New Issue
Block a user