PMS on Synology Docker

Hi Guys I am new to PLEX, Docker and Synology
I am trying to setup Plex in docker on Synology

I ran following command to create docker container
docker run
-d
–restart=unless-stopped
–name Plex
–network=host
-e TZ=“America/New_York”
-e PLEX_CLAIM=“claim-adsfasdfasdfa”
-v /volume1/docker/plex/config:/config
-v /volume1/docker/plex/transcode:/transcode
-v /volume1/Downloads/TV:/TV
plexinc/pms-docker

I have attached the logs
PMS Logs.zip (48.5 KB)

On the forum I have seen similar issue and guys said give access to PLEX user but I since i am using docker I dint see any PLEX user do I need to create a PLEX user ?

Have you considered running Plex natively, without Docker?

See this thread. DS918+ Docker versus Synology SPK efficiency?

Also, read the Synology FAQ. It has useful info for running PMS on a Synology NAS.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.