mailcow / mailcow-dockerized-docs

mailcow: dockerized - documentation đź“°

Home Page:https://docs.mailcow.email

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logging drivers

svengo opened this issue · comments

The docker-compose.yml-snippet from https://mailcow.github.io/mailcow-dockerized-docs/firststeps-logging/#logging-drivers doesn't work:

ERROR: The Compose file './docker-compose.yml' is invalid because:
services.unbound-mailcow.logging value Additional properties are not allowed ('log_driver' was unexpected)

The following definition must be added for each service instead:

      logging:
        driver: gelf
        options:
          gelf-address: "udp://localhost:12201"
          tag: "mailcow-logs"

Thanks, should have been fixed a while ago. :)