Trying to setup Plex in Docker on Ubuntu.
I have created the Plex server, and connected it to my Plex account.
After adding a library the scanner starts, but it only finds 4-10 movies.
Docker logs attached as DockerLog.log (The 3 dmp files from the log is not in the folder as it states.)DockerLog.log (32.2 KB) Docker-compse attached. docker-compose.txt (381 Bytes)
The Folder /netshares/ds1511/plex on the host is a network mount to my synology share (cifs)
fstab line: //syno.nh4.4tw.dk/plex /netshares/ds1511/plex cifs vers=3.0,credentials=/root/.plexcred,iocharset=utf8,file_mode=0777,dir_mode=0777,uid=root,gid=root,nofail 0 0
Thank you for your answer.
Since this is a brand new install, and it is happening every time I set up the container as a new server I suspect my setup :).
Is thes most likely because the database resides on a network share?
Or can you see another reason?
local is always best. You are guaranteed the kernel sees both the application and the target file. Network locks rely on the network sharing protocol daemon to be as timely and atomic (emphasis on atomic) as the kernel is.