1
0
mirror of https://github.com/skalavala/mysmarthome.git synced 2025-03-05 20:03:40 +00:00
mysmarthome/docker/home-assistant.docker

7 lines
159 B
Docker
Raw Normal View History

2019-04-17 18:46:06 -04:00
docker run -it \
-p 8123:8123 \
-v /home/homeassistant/.homeassistant/:/config \
--net=host \
--device=/dev/ttyACM0 \
homeassistant/home-assistant:latest