mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-05-09 10:14:41 +00:00
Change device names to symlinked
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user