From ab84a27e068a63d68bdd4c08ebe2383a5d673ccf Mon Sep 17 00:00:00 2001 From: Jozsef Gtta Date: Thu, 7 May 2026 13:17:31 +0000 Subject: [PATCH] fix: use absolute volume path for homarr appdata --- siklos/homarr/docker-compose.yml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/siklos/homarr/docker-compose.yml b/siklos/homarr/docker-compose.yml index b7b0109..a022fe6 100644 --- a/siklos/homarr/docker-compose.yml +++ b/siklos/homarr/docker-compose.yml @@ -1,19 +1,11 @@ -#---------------------------------------------------------------------# -# Homarr - A simple, yet powerful dashboard for your server. # -#---------------------------------------------------------------------# services: homarr: container_name: homarr image: ghcr.io/homarr-labs/homarr:latest restart: unless-stopped volumes: - # Optional: Allows Homarr to show container status/controls - - /var/run/docker.sock:/var/run/docker.sock - - # Use relative paths (./) so the folder moves with the YAML file - - .homarr/appdata:/appdata -# - .homarr/icons:/app/apps/nextjs/public/images/apps - + - /var/run/docker.sock:/var/run/docker.sock + - /srv/docker/homarr/.homarr/appdata:/appdata environment: - SECRET_ENCRYPTION_KEY=d1478a30f89d49cfe0599c38dcf061672b3e24e519957a83a1122768002d0357 - BASE_URL=http://192.168.88.111:7575