Path Mappings

Discussion about Docker
Locked
User avatar
usrname
Posts: 5
Joined: 06 Aug 2024, 07:34
Ukraine

Path Mappings

Post 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.
User avatar
makhai
Posts: 23
Joined: 18 Jul 2024, 23:08
France

Re: Path Mappings

Post by makhai »

You can try with volumes

Code: Select all

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

Return to “Docker”