Based on current official Plex Inc docker image. Automated build is triggered by their repo.
50K+
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.
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.
Content type
Image
Digest
Size
251.4 MB
Last updated
over 4 years ago
docker pull themetabay/plex