2025-01-03 14:53:57

This commit is contained in:
henk
2025-01-03 14:53:57 +01:00
parent b4c22b7f5b
commit fb5d102ca5
6 changed files with 139 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
---
services:
homeassistant:
image: lscr.io/linuxserver/homeassistant:latest
container_name: homeassistant
network_mode: host
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Amsterdam
volumes:
- ./data:/config
- /var/run/dbus:/var/run/dbus:ro
#devices:
# - /path/to/device:/path/to/device #optional
restart: unless-stopped
cap_add:
- NET_ADMIN
- NET_RAW