mirror of
https://github.com/gutmensch/docker-dmarc-report.git
synced 2025-12-18 10:16:34 +00:00
commit
fae9ae5a08
@ -31,8 +31,6 @@ dmarc-report:
|
|||||||
hostname: dmarc-report
|
hostname: dmarc-report
|
||||||
container_name: dmarc-report
|
container_name: dmarc-report
|
||||||
environment:
|
environment:
|
||||||
- "TEMPLATE_NGINX_HTML=1"
|
|
||||||
- "TEMPLATE_PERL_CONF=1"
|
|
||||||
- "REPORT_DB_HOST=mysql"
|
- "REPORT_DB_HOST=mysql"
|
||||||
- "REPORT_DB_NAME=dmarc_report"
|
- "REPORT_DB_NAME=dmarc_report"
|
||||||
- "REPORT_DB_USER=dmarc_report"
|
- "REPORT_DB_USER=dmarc_report"
|
||||||
@ -44,3 +42,10 @@ dmarc-report:
|
|||||||
- "PARSER_IMAP_MOVE_FOLDER=processed"
|
- "PARSER_IMAP_MOVE_FOLDER=processed"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Optional extended configuration
|
||||||
|
Use SSL instead of default TLS. Set both to 0 to turn off encryption. (not recommended)
|
||||||
|
```
|
||||||
|
- "PARSER_IMAP_SSL=1"
|
||||||
|
- "PARSER_IMAP_TLS=0"
|
||||||
|
```
|
||||||
|
|
||||||
|
|||||||
@ -1,3 +1,5 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# Display PHP error's or not
|
# Display PHP error's or not
|
||||||
if [[ "$ERRORS" != "1" ]] ; then
|
if [[ "$ERRORS" != "1" ]] ; then
|
||||||
sed -i -e "s/error_reporting =.*=/error_reporting = E_ALL/g" /usr/etc/php.ini
|
sed -i -e "s/error_reporting =.*=/error_reporting = E_ALL/g" /usr/etc/php.ini
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user