Hi everyone, could I ask for some advice; I currently have my setup on a Linux VM and have everything related to Channels on mnt/disk/Channels
I want to move this to a docker. Might be a silly question but on my docker compose file, under "volumes", I'm a bit confused what I need to pass through to the container, based on what I can see on the install page.
volumes:
- /mnt/disk/dvr/config:/channels-dvr
- /mnt/disk/dvr/recordings:/shares/DVR
I'm guessing
- /mnt/disk/Channels:/channels-dvr
Would be enough? But I have directories on the disk which have films and tv shows too?