Update homeassistant

This commit is contained in:
2025-07-08 13:53:51 +05:30
parent caae4cd108
commit 31fca33a96

View File

@@ -3,7 +3,13 @@ services:
image: docker.io/homeassistant/home-assistant:2025.7.1
container_name: homeassistant
network_mode: host
networks:
- frontend
volumes:
- ${APPDATA_PATH}/homeassistant/config:/config
- /etc/localtime:/etc/localtime:ro
restart: unless-stopped
networks:
frontend:
external: true