Switch devices

This commit is contained in:
2020-07-12 17:15:52 +03:00
parent 2e32095379
commit bd7a8769d9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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