Update comments for homeassisstant

This commit is contained in:
2025-07-16 22:42:38 +05:30
parent 53076168b0
commit e0012c2109

View File

@@ -13,6 +13,8 @@ services:
volumes: volumes:
- ${APPDATA_PATH}/homeassistant/config:/config # Configuration files - ${APPDATA_PATH}/homeassistant/config:/config # Configuration files
- /etc/localtime:/etc/localtime:ro # Sync host timezone for proper logging - /etc/localtime:/etc/localtime:ro # Sync host timezone for proper logging
# Health check configuration
healthcheck: healthcheck:
test: "curl --connect-timeout 10 --silent -f http://127.0.0.1:8123/ || exit 1" test: "curl --connect-timeout 10 --silent -f http://127.0.0.1:8123/ || exit 1"
interval: 45s interval: 45s