Change device names to symlinked

This commit is contained in:
2020-06-09 22:58:29 +03:00
parent 4d67aeb33f
commit 7d52206fcb
5 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -7,8 +7,8 @@ services:
volumes:
- ../config:/config
devices:
- /dev/ttyACM0:/dev/ttyACM0
- /dev/ttyACM1:/dev/ttyACM1
- /dev/CONBEE:/dev/ttyACM0
- /dev/ZWAVE:/dev/ttyACM1
environment:
- TZ=Europe/Sofia
restart: always
+1 -1
View File
@@ -25,7 +25,7 @@ services:
- ../../zigbee2mqtt:/app/data
- /run/udev:/run/udev:ro
devices:
- /dev/ttyACM2:/dev/ttyACM2
- /dev/CC2531:/dev/CC2531
restart: always
network_mode: host
privileged: true