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