Empty Config Folder

So I was having issues where the changes made to default board would not save after restarting my container. Looking into the volumes, the config and icons folders are empty and the only file the db.sqlite under the data folder. This is the only error I see in the log- "ERROR App [object Object] not found". I tried spinning up a second instance but the same issue happened. Homarr appears to have proper rw permissions.
SCR-20240125-mxtu.png
SCR-20240125-nmck.png
Solution
@Chocothunder42 The paths are incorrect 😅 Try these:
      - /mnt/appdata/homarr/configs:/app/data/configs
      - /mnt/appdata/homarr/icons:/app/public/icons
      - /mnt/appdata/homarr/data:/data
Was this page helpful?