Files
docker/knxd/docker-compose.yml
2021-08-29 18:03:53 +00:00

8 lines
255 B
YAML

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