configuration file formatting adapted

This commit is contained in:
Dirk Alders 2023-06-23 07:33:23 +02:00
parent eae4b9964d
commit 46dc36a2cf

View File

@ -5,11 +5,11 @@
restart: always restart: always
image: koenkk/zigbee2mqtt:latest image: koenkk/zigbee2mqtt:latest
container_name: zigbee container_name: zigbee
network_mode: host
volumes: volumes:
- /opt/zigbee/data:/app/data - /opt/zigbee/data:/app/data
- /run/udev:/run/udev:ro - /run/udev:/run/udev:ro
network_mode: host
#privileged: true
devices: devices:
- /dev/ttyACM0:/dev/ttyACM0 - /dev/ttyACM0:/dev/ttyACM0
#privileged: true