File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 3
3
image : koenkk/zigbee2mqtt
4
4
volumes :
5
5
- ./volumes/zigbee2mqtt/data:/app/data
6
+ - /run/udev:/run/udev:ro
6
7
devices :
7
8
- /dev/ttyAMA0:/dev/ttyACM0
8
9
# - /dev/ttyACM0:/dev/ttyACM0
9
- restart : unless-stopped
10
+ restart : always
10
11
network_mode : host
12
+ privileged : true
13
+ environment :
14
+ - TZ=Europe/Amsterdam
Original file line number Diff line number Diff line change @@ -406,7 +406,7 @@ case $mainmenu_selection in
406
406
" tinker" " " \
407
407
3>&1 1>&2 2>&3 )
408
408
if [ -n " $hassio_machine " ]; then
409
- curl -sL https://raw.githubusercontent.com/home-assistant/hassio -installer/master/hassio_install .sh | sudo bash -s -- -m $hassio_machine
409
+ curl -sL https://raw.githubusercontent.com/home-assistant/supervised -installer/master/installer .sh | sudo bash -s -- -m $hassio_machine
410
410
else
411
411
echo " no selection"
412
412
exit
You can’t perform that action at this time.
0 commit comments