USB Share for Zigbee
This commit is contained in:
@@ -7,6 +7,9 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- /opt/homeassistant/config:/config
|
- /opt/homeassistant/config:/config
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
|
- /dev/serial/by-id:/dev/serial/by-id
|
||||||
|
devices:
|
||||||
|
- /dev/ttyACM0:/dev/ttyACM0
|
||||||
ports:
|
ports:
|
||||||
- "192.168.0.111:8123:8123"
|
- "192.168.0.111:8123:8123"
|
||||||
privileged: true
|
privileged: true
|
||||||
|
|||||||
@@ -13,6 +13,9 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- /opt/node-red/data:/data
|
- /opt/node-red/data:/data
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
|
# - /dev/serial/by-id:/dev/serial/by-id
|
||||||
|
# devices:
|
||||||
|
# - /dev/ttyACM0:/dev/ttyACM0
|
||||||
environment:
|
environment:
|
||||||
- TZ=Europe/Berlin
|
- TZ=Europe/Berlin
|
||||||
restart: always
|
restart: always
|
||||||
|
|||||||
Reference in New Issue
Block a user