Skip to content

themetabay/docker-plex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker Stars Docker Pulls Image Layers

Information:

More information can be found here: https://github.com/plexinc/pms-docker

This fork expands on the healthcheck for verifying media folders are mounted, more to come.

Requirements

  • The healthcheck file should exist somewhere in the /data folder with your media files and be present only when your media folders are mounted correctly. Docker will be checking to see that the file exists and mark Plex as Unhealthy when your media is missing.

Run example:

docker run -d \
  --name plex \
  --network=host \
  --cap-add SYS_ADMIN \
  --privileged \
  --restart unless-stopped \
  -e TZ="<timezone>" \
  -e PLEX_CLAIM="<claimToken>" \
  -e HEALTHCHECK_FILE="/data/healthcheck.file" \
  --volume plex.config:/config  \
  -v plex.transcode:/transcode \
  -v /mnt/rclone:/data:shared  \
  themetabay/plex:latest

An example timezone is America/New_York. Note the underscore _ in New York.

About

Downstream fork for added functionality.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published