feat(home-assistant): add zigbee usb dongle.
This commit is contained in:
parent
5611a27d61
commit
cfbfe09152
1 changed files with 3 additions and 0 deletions
|
|
@ -5,6 +5,9 @@
|
|||
ports = [
|
||||
"8123:8123"
|
||||
];
|
||||
devices = [
|
||||
"/dev/ttyUSB0:/dev/ttyUSB0"
|
||||
];
|
||||
privileged = true;
|
||||
capabilities = {
|
||||
NET_ADMIN = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue