Sign inSign up

phlak/plexpy

By phlak

•Updated almost 9 years ago
Archived

Docker image for PlexPy monitoring server.

Image
1

2.1K

phlak/plexpy repository overview

⁠docker-plexpy

Docker image for PlexPy monitoring server.

⁠Running the Container

In order to persist configuration data when upgrading your container you should create a named data volume. This is not required but is highly recommended.

docker volume create --name plexpy-data

After the data volume has been created run your server container with the mounted data volume:

docker run -d -p 8181:8181  -v plexpy-data:/etc/plexpy --name plexpy-server phlak/plexpy
⁠Optional 'docker run' Arguments

--restart unless-stopped - Always restart the container regardless of the exit status, but do not start it on daemon startup if the container has been put to a stopped state before. See the Docker restart policies⁠ for additional details.

-e TZ=America/Phoenix - Set the timezone for your server. You can find your timezone in this list of timezones⁠. Use the (case sensitive) value from the TZ column. If left unset, timezone will be UTC.

⁠Troubleshooting

Please report bugs to the GitHub Issue Tracker⁠.

This project is licensed under the MIT License⁠.

Tag summary

Content type

Image

Digest

Size

47.9 MB

Last updated

almost 9 years ago

docker pull phlak/plexpy