Skip to content
This repository has been archived by the owner on Jan 14, 2019. It is now read-only.

sgtsquiggs/docker-plexpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

plexpy

This image is derived from sgtsquiggs/alpine.

PlexPy - A Python based monitoring and tracking tool for Plex Media Server.

Usage

docker run \
    --name=plexpy \
    -v <path to data>:/config \
    -e PGID=<gid> -e PUID=<uid> \
    -p 8181:8181 \
    sgtsquiggs/plexpy

Parameters

  • -p 8181:8181 external port 8181 mapping to internal port 8181
  • -v <path>:/config where configuation files are stored.
  • -e PGID=<gid> for Group ID (see below)
  • -e PUID=<uid> for User ID (see below)

User and Group ID

Set these to match the user/group ID of shared data volumes. Files written to these volumes will match the provided uid/gid.

Acknowledgements

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages