mirror of
https://github.com/skalavala/mysmarthome.git
synced 2025-02-09 00:54:52 +00:00
7 lines
159 B
Docker
7 lines
159 B
Docker
docker run -it \
|
|
-p 8123:8123 \
|
|
-v /home/homeassistant/.homeassistant/:/config \
|
|
--net=host \
|
|
--device=/dev/ttyACM0 \
|
|
homeassistant/home-assistant:latest
|