Update homeassistant

This commit is contained in:
2025-07-08 14:35:30 +05:30
parent caae4cd108
commit 8da3a54454

View File

@@ -2,8 +2,15 @@ services:
homeassistant:
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
ports:
- ${PORT}:8123
restart: unless-stopped
networks:
frontend:
external: true