From 5b3c4a2c5b309ada294ff30394ad7c225110f714 Mon Sep 17 00:00:00 2001 From: kelinfoxy <67766943+kelinfoxy@users.noreply.github.com> Date: Fri, 6 Feb 2026 17:17:17 -0500 Subject: [PATCH] Chage homarr image & add SECRET_ENCRYPTION_KEY --- docker-compose/dashboards/docker-compose.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker-compose/dashboards/docker-compose.yml b/docker-compose/dashboards/docker-compose.yml index 593e17f..ae1540d 100644 --- a/docker-compose/dashboards/docker-compose.yml +++ b/docker-compose/dashboards/docker-compose.yml @@ -60,7 +60,7 @@ services: # Homarr - Modern dashboard # Uses Sablier lazy loading - starts on-demand, stops after 5min inactivity homarr: - image: ghcr.io/ajnart/homarr:latest + image: ghcr.io/homarr-labs/homarr:latest deploy: resources: limits: @@ -84,6 +84,7 @@ services: - /var/run/docker.sock:/var/run/docker.sock environment: - TZ=America/New_York + - SECRET_ENCRYPTION_KEY=8830c9434b05ebfe3e31340c685fea63446ab3f635c4fad68370006949ed30df healthcheck: test: ['CMD', 'curl', '-f', 'http://localhost:7575/'] interval: 30s