diff --git a/syslog-ng/config.yaml b/syslog-ng/config.yaml index eaf10d6..f4d68f0 100644 --- a/syslog-ng/config.yaml +++ b/syslog-ng/config.yaml @@ -12,9 +12,9 @@ arch: - armv7 - i386 ports: - 514/udp: 514 - 601/tcp: 601 - 6514/tcp: 6514 + 514/udp: null + 601/tcp: null + 6514/tcp: null hassio_api: true hassio_role: default host_network: true @@ -33,6 +33,9 @@ boot: manual docker_api: true host_pid: true full_access: true +journald: true +devices: +- /dev/log options: custom_conf: location: "/config/syslog-ng.conf"