update
This commit is contained in:
10
homeassistant
Executable file
10
homeassistant
Executable 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
|
||||
Reference in New Issue
Block a user