Page 1 of 1

Path Mappings

Posted: 09 Aug 2024, 08:46
by usrname
I'm extremely new to this, so this might sound kind of jumbled.

I'm setting up sonarr and bazarr and I used the app Docker Manager. I have plex installed outside of docker.

The library for sonarr is in /Volume1/public/Media/TV Shows

How do I get the path that bazarr would use to find it through docker since it's outside the container? I'd also need this path for sonarr in the directory settings to the library.

Re: Path Mappings

Posted: 24 Aug 2024, 03:44
by makhai
You can try with volumes

Code: Select all

volumes:
  - /Volume1/public/Media/Movies:/movies
https://docs.linuxserver.io/images/dock ... parameters