kleine updates

This commit is contained in:
borgal
2022-01-13 15:22:15 +00:00
parent 3a35ab75a7
commit 441183291c
10 changed files with 37 additions and 13 deletions

View File

@@ -4,5 +4,8 @@ services:
image: henfri/knxd:v0.12.6
container_name: knxd
network_mode: "host"
command: knxd -t 1022 -e 1.1.250 -E 1.1.210:30 -f9 -DTRS -c -B single --send-delay=120 -b ipt:192.168.0.200
#
# Logging kann damit aktiviert werden, wenn es zu Problemen kommt - zum aktivieren muss der Container entfernt werden!!!
# command: knxd -t 1022 -e 1.1.250 -E 1.1.210:30 -f9 -DTRS -c -B single --send-delay=120 -b ipt:192.168.0.200
command: knxd -e 1.1.250 -E 1.1.210:30 -DTRS -c -i --send-delay=120 -B single -b ipt:192.168.0.200
restart: always