homeassistant

This commit is contained in:
Henrik Bakken
2024-04-06 12:51:47 +02:00
parent 1db9c897c0
commit fe17c01dda
9 changed files with 25 additions and 1 deletions
Binary file not shown.
-1
View File
@@ -1 +0,0 @@
[]
+12
View File
@@ -0,0 +1,12 @@
#!/bin/sh
docker run -d \
--name homeassistant \
--privileged \
--restart=unless-stopped \
-e TZ=SE \
-v /home/hjalmarlucius/.config/homeassistant:/config \
-v /run/dbus:/run/dbus:ro \
-v /mnt/hdd1/music:/media/music \
-v /mnt/hdd1/videos:/media/videos \
--network=host \
ghcr.io/home-assistant/home-assistant:stable