Docker image for PlexPy monitoring server.
1.9K
Docker image for PlexPy monitoring server.
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
--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.
Please report bugs to the GitHub Issue Tracker.
This project is licensed under the MIT License.
Content type
Image
Digest
Size
47.9 MB
Last updated
almost 9 years ago
docker pull phlak/plexpy