Update docker-compose.yml
All checks were successful
CI / validateComposeSyntax (push) Successful in 20s

This commit is contained in:
LRVT
2025-11-29 00:22:58 +01:00
committed by GitHub
parent 94782dbfb2
commit baaaad842d

View File

@@ -4,6 +4,9 @@ services:
image: linuxserver/homeassistant:latest
container_name: homeassistant
network_mode: host
cap_add:
- NET_ADMIN
- NET_RAW
restart: unless-stopped
environment:
- PUID=1000