From a8e2eb46912812840bfb3c8efe02636b33f9530d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franc=CC=A7ois=20Bonelle?= Date: Sun, 20 Feb 2022 12:47:45 +0100 Subject: [PATCH] Update --- syslog-ng/config.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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"