I just installed Plex using ChuckPa’s instructions found here: DSM 7 + Packaging 2.0 + Docker -- The How-To
I now see the Container in Docker, and everything seems to be working fine.
But, when I Edit the Container, and click Volume Settings, the page is blank and at the bottom it says: “Map the volumes of the container to shared folders on Synology NAS.” There are then two buttons: Add File and Add Folder.
Is this correct? I expected to see something like:
/PlexMediaServer/AppData /Config/Library/Application Support
/PlexMediaServer/AppData/tmp tmp
/PlexMediaServer/AppData/tmp transcode
This is my second attempt at the install. The first time, in the Docker Run Command, I used these three lines:
-v /volume1/PlexMediaServer/AppData:”/config/Library/Application Support"
-v /volume1/PlexMediaServer/AppData/tmp:/tmp
-v /volume1/PlexMediaServer/AppData/tmp:/transcode \
Plex ran, but when I stopped it, and clicked edit, it would not save because it gave an error under Volume Settings that config/Library/Application Support was invalid.
The second time, I used these three lines instead:
-v /var/packages/PlexMediaServer/shares/PlexMediaServer/AppData:“/config/Library/Application Support”
-v /var/packages/PlexMediaServer/shares/PlexMediaServer/AppData/tmp:/tmp
-v /var/packages/PlexMediaServer/shares/PlexMediaServer/AppData/tmp:/transcode \
That seems to work, but as I said, Volume Settings in empty.
I’m trying to understand it I have done this correctly, what the difference between these procedures is, and why Volume Settings is empty.
Thanks for the help.
Server Version#: 1.28.2.6106
Player Version#: N/A