This commit is contained in:
rozbrian
2026-01-10 20:46:22 +09:00
commit 304cbcc554
66 changed files with 1291 additions and 0 deletions

10
homeassistant Executable file
View File

@@ -0,0 +1,10 @@
sudo docker run \
--network=host \
--detach \
--name=homeassistant \
-e PUDI0 -e PGID=0 \
-e TZ=Asia/Seoul \
-v /etc/docker/homeassistant:/config \
--privileged \
--restart unless-stopped \
docker.io/homeassistant/home-assistant:latest