PHLAK / docker-plexpy

Docker image for PlexPy monitoring server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

Copyright

This project is licensed under the MIT License.

About

Docker image for PlexPy monitoring server

License:MIT License


Languages

Language:Shell 100.0%