mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2025-12-16 03:48:29 +01:00
Update docker-compose.yml
All checks were successful
CI / validateComposeSyntax (push) Successful in 20s
All checks were successful
CI / validateComposeSyntax (push) Successful in 20s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user