Difference between revisions of "Plex"

From Jesse's Wiki
Jump to navigation Jump to search
m
m
 
Line 2: Line 2:




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

Latest revision as of 19:01, 2 November 2020

Plex is a media library.


Setting up plex

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

Setting up Tautulli

docker run \

-d \

--name tautulli \

-e PUID=1000 \

-e PGID=1000 \

-e TZ="America/Toronto" \

-p 8181:8181 \

-v /volume3/Plex/tautulli:/config \

-v "/volume3/Plex/db/Library/Application Support/Plex Media Server/Logs":/logs \

--restart unless-stopped \

ghcr.io/linuxserver/tautulli