Switch network mode to host

This commit is contained in:
2026-07-19 09:32:11 +02:00
parent d4b425787e
commit 93d68cd386
+1 -1
View File
@@ -8,7 +8,7 @@ services:
- /var/lib/docker/volumes/homeassistant/config:/config - /var/lib/docker/volumes/homeassistant/config:/config
environment: environment:
- TZ=Europe/Paris - TZ=Europe/Paris
network_mode: bridge network_mode: host
ports: ports:
- "8123:8123" - "8123:8123"
privileged: true privileged: true