• 2 Posts
  • 1 Comment
Joined 2 years ago
cake
Cake day: October 22nd, 2023

help-circle

  • So to update on this issue, I did more research and it looks like I have to bind the paths when setting up the Sonarr Container. Here’s what I have set:

    container: /config
    host: /Volume1/Docker/Sonarr/Config

    container: /downloads
    host: /Volume2/Downloads/TVShows

    container: /tv
    host: /Volume2/Media/TVShows

    When I check the log files in Sonarr, I see the following message: “Data directory is being overridden to [/config]” Seems that there might be some sort of either permission issue or it’s unable to access my volume. I’ve double checked all my user permissions with PUID, PGID and everything has read-write access. Any guidance/feedback would be greatly appreciated.