From c44aea3e11d144c3f45da2952fb57aac36691632 Mon Sep 17 00:00:00 2001 From: Wheelz Date: Fri, 15 May 2026 00:20:33 -0500 Subject: [PATCH] Update docker-compose.yml --- docker-compose.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docker-compose.yml b/docker-compose.yml index db90001..2a9a163 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -173,4 +173,18 @@ services: restart: unless-stopped volumes: - /var/run/docker.sock:/var/run/docker.sock + + + homarr: + container_name: homarr + image: ghcr.io/homarr-labs/homarr:latest + restart: unless-stopped + volumes: + - /var/run/docker.sock:/var/run/docker.sock # Optional: enables Docker integration + - ${CONFIG_PATH}/homarr:/appdata # Persistent config/data storage + environment: + - SECRET_ENCRYPTION_KEY=${SECRET_KEY} # Required: paste 64-char hex string here + - TZ=America/Chicago # Set your timezone + ports: + - 7575:7575 \ No newline at end of file