Update ha_setup.sh

This commit is contained in:
tteckster 2022-01-19 16:24:51 -05:00 committed by GitHub
parent eff3af5bdc
commit 931bedda5d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -77,6 +77,7 @@ docker run -d \
-v /dev:/dev \ -v /dev:/dev \
-v hass_config:/config \ -v hass_config:/config \
-v /etc/localtime:/etc/localtime:ro \ -v /etc/localtime:/etc/localtime:ro \
-v /etc/timezone:/etc/timezone:ro\
--net=host \ --net=host \
homeassistant/home-assistant:stable &>/dev/null homeassistant/home-assistant:stable &>/dev/null