From 265a42e7f374e9997ecfc8e9f0e889b7e7f014fa Mon Sep 17 00:00:00 2001
From: Marty Oehme <marty.oehme@gmail.com>
Date: Sun, 4 Feb 2024 15:30:54 +0100
Subject: [PATCH] Fix homarr paths

---
 arr.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/arr.yml b/arr.yml
index ca9a276..8d25d1d 100644
--- a/arr.yml
+++ b/arr.yml
@@ -164,9 +164,9 @@ services:
     container_name: homarr
     volumes:
       - /var/run/docker.sock:/var/run/docker.sock # Optional, only if you want docker integration
-      - ./homarr/configs:/app/data/configs
-      - ./homarr/icons:/app/public/icons
-      - ./homarr/data:/data
+      - ./config/homarr/configs:/app/data/configs
+      - ./config/homarr/icons:/app/public/icons
+      - ./config/homarr/data:/data
     ports:
       - '80:7575'
     restart: unless-stopped