Difference between revisions of "Plex"

From Jesse's Wiki
Jump to navigation Jump to search
(Created page with "Plex is a media library. Setting up<syntaxhighlight lang="shell"> docker run \ -d \ --name plex \ --network=host \ -e TZ="America/Toronto" \ -e PLEX_CLAIM="claim-sHV8py-J54x...")
 
m
Line 2: Line 2:




Setting up<syntaxhighlight lang="shell">
Setting up<syntaxhighlight lang="shell-session">
docker run \
docker run \
-d \
-d \

Revision as of 18:38, 2 November 2020

Plex is a media library.


Setting up

docker run \
-d \
--name plex \
--network=host \
-e TZ="America/Toronto" \
-e PLEX_CLAIM="claim-sHV8py-J54xkJwsQSqBo" \
-v /volume3/Plex/db:/config \
-v /volume3/Plex/transcode:/transcode \
-v /volume3/TV:/data \
plexinc/pms-docker