This image is derived from sgtsquiggs/alpine.
PlexPy - A Python based monitoring and tracking tool for Plex Media Server.
docker run \
--name=plexpy \
-v <path to data>:/config \
-e PGID=<gid> -e PUID=<uid> \
-p 8181:8181 \
sgtsquiggs/plexpy
-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)
Set these to match the user/group ID of shared data volumes. Files written to these volumes will match the provided uid/gid.