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 ?