Option to send logs to journald or syslog

This commit is contained in:
Tim Möhlmann
2018-10-16 12:38:17 +03:00
parent 9fd7851cb6
commit acbb586e71
4 changed files with 16 additions and 0 deletions

View File

@@ -120,6 +120,12 @@ WEBSITE=https://mailu.io
# Advanced settings
###################################
# Log driver for front service. Possible values:
# json-file (default)
# journald (On systemd platforms, useful for Fail2Ban integration)
# syslog (Non systemd platforms, Fail2Ban integration. Disables `docker-compose log` for front!)
LOG_DRIVER=json-file
# Docker-compose project name, this will prepended to containers names.
COMPOSE_PROJECT_NAME=mailu