config angepasst

This commit is contained in:
borgal
2024-01-27 11:54:24 +01:00
parent de742a00e7
commit 5fa2fc92db

View File

@@ -4,10 +4,16 @@ services:
image: henfri/knxd:v0.12.6 image: henfri/knxd:v0.12.6
container_name: knxd container_name: knxd
network_mode: "host" network_mode: "host"
logging:
options:
max-file: '2'
max-size: 10m
restart: always restart: always
# #
# mit logging, wenn es zu Problemen kommt - zum aktivieren muss der Container entfernt werden!!! # mit logging, wenn es zu Problemen kommt
# command: knxd -t 1022 -e 1.1.250 -E 1.1.210:49 -f9 -DTRS -c -B single --send-delay=120 -b ipt:192.168.0.200 # command: knxd -e 1.1.250 -E 1.1.210:10 -f9 -t1023 -DTRS -c -B single --send-delay=60 -b ipt:192.168.0.200
# #
# ohne logging # ohne logging -i deaktiviert zum testen
command: knxd -e 1.1.250 -E 1.1.210:49 -DTRS -c -i --send-delay=120 -B single -b ipt:192.168.0.200 #
command: knxd -e 1.1.250 -E 1.1.210:8 -DTRS -c -B single --send-delay=60 -b ipt:192.168.0.200