PlexMediaServer links for docker

Hi,

I have a short question. I want to run my plexmediaserver via docker.
Now I want to need which directorys I have to mount, so I don’t lose my settings after re-run the docker image!?

I know I should mount the media folders like “Movies”,“TV Shows”, …
But in which directory are the settings like the Synced-Media-Infos or the general settings of my server?

T

Check the docs, but what you are looking for is the volume host path /config being mapped to a directory.

-v <path/to/plex/database>:/config

plexinc/pms-docker - https://hub.docker.com/r/plexinc/pms-docker/

linuxserver/plex - https://hub.docker.com/r/linuxserver/plex/

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