Sign inSign up

themetabay/plex

By themetabay

Updated over 3 years ago

Based on current official Plex Inc docker image. Automated build is triggered by their repo.

Image
1

50K+

themetabay/plex repository overview

Docker Stars Docker Pulls

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.

Tag summary

Content type

Image

Digest

Size

251.4 MB

Last updated

over 4 years ago

docker pull themetabay/plex