This commit is contained in:
2026-01-07 14:22:22 +01:00
parent cc40b42f78
commit e9f1e43058
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
APPNAME=home-assistant
DOCKER_REGISTRY=r.sectorq.eu/library/
RESTART=always
VERSION=2025.12.4
HA_VERSION=2025.12.4

View File

@@ -3,7 +3,7 @@ services:
homeassistant:
container_name: HomeAssistant
network_mode: host
image: "ghcr.io/home-assistant/home-assistant:2025.12.1"
image: "${DOCKER_REGISTRY:-}ghcr.io/home-assistant/home-assistant:${HA_VERSION:-latest}"
volumes:
- /share/docker_data/ha/:/config
#- /dev/skyconnect:/dev/ttyUSB1