Container hinzugefügt

This commit is contained in:
borgal
2021-08-29 18:03:53 +00:00
parent b622550c19
commit 9582d0f5eb
9 changed files with 164 additions and 0 deletions

8
knxd/docker-compose.yml Normal file
View File

@@ -0,0 +1,8 @@
version: "2"
services:
knxd:
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
restart: always