Trying to get Plex installed in docker container on Synology rack station (RS1619xs+) NAS.
When I run I am getting the following error in logs for the Plex docker:
PMS: failure detected. Read/write access is required for path: /config/Library/Application Support/Plex Media Server
I have the following in my docker environment:
PLEX_GUID=101
PLEX_PUID=1024
HOME=/config
for volume settings I have
configs/Plex/temp (mount path to:) /transcode
configs/Plex/database (mount path to:) /config
If I SSH into the Synology NAS as admin (which is what I’m logged into to setup the dockers) I get ID as 1024 and GUID Admin is 101
While SSH if I list directories I see and have access to /config/Library.
----HOWEVER ---- when enter “cd Application Support” even though the directory “Application Support” is listed in green I get the error: -sh: cd: Application: No such file or directory
I’m a linux command line newbie so perhaps I’m doing something wrong on the SSH side of things, but for the life of me I can’t figure out why the docker is failing due to permissions when I’m logged in under admin group.
Greatly appreciate any help!