rivenmedia / riven

Handle your Media Library with ease!
https://rivenmedia.github.io/wiki/
GNU General Public License v3.0
339 stars 49 forks source link

Mac docker /mnt issue #779

Closed bryshaw closed 2 hours ago

bryshaw commented 3 hours ago

Hello,

I cannot run riven on Mac docker desktop due to an issue where docker can’t see /mnt as a path due to there being no /mnt in macOS.

AyushSehrawat commented 2 hours ago

Hello,

I cannot run riven on Mac docker desktop due to an issue where docker can’t see /mnt as a path due to there being no /mnt in macOS.

You can use any path, /mnt is not necessary. Just make sure to do the mappings correctly in all configs

bryshaw commented 1 hour ago

Which configs to be sure? Also, do I remove the - /mnt: portion from the config?

AyushSehrawat commented 1 hour ago

Plex and riven mainly.

Also few things to note,

The path of median mount on host machine should be same in plex docker

Like if your mount are in /home/bryshaw/mount then it should be /home/bryshaw/mount:/home/bryshaw/mount

Required for symlink to resolve inside Docker