Update file names

This commit is contained in:
2025-07-02 17:41:16 +05:30
parent 8b9ae861bd
commit 9983125878
22 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
services:
homeassistant:
image: homeassistant/home-assistant:2025.6.1
container_name: homeassistant
network_mode: host
volumes:
- ${APPDATA_PATH}/homeassistant/config:/config
- /etc/localtime:/etc/localtime:ro
restart: unless-stopped