mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-09-06 18:08:45 +00:00
Switch devices
This commit is contained in:
@@ -7,7 +7,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ../config:/config
|
- ../config:/config
|
||||||
devices:
|
devices:
|
||||||
- /dev/ttyACM0:/dev/ttyACM1
|
- /dev/ttyACM1:/dev/ttyACM1
|
||||||
environment:
|
environment:
|
||||||
- TZ=Europe/Sofia
|
- TZ=Europe/Sofia
|
||||||
restart: always
|
restart: always
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ services:
|
|||||||
- ../../zigbee2mqtt:/app/data
|
- ../../zigbee2mqtt:/app/data
|
||||||
- /run/udev:/run/udev:ro
|
- /run/udev:/run/udev:ro
|
||||||
devices:
|
devices:
|
||||||
- /dev/ttyACM1:/dev/ttyACM1
|
- /dev/ttyACM0:/dev/ttyACM0
|
||||||
restart: always
|
restart: always
|
||||||
network_mode: host
|
network_mode: host
|
||||||
privileged: true
|
privileged: true
|
||||||
|
|||||||
Reference in New Issue
Block a user