Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.26 KB

README.md

File metadata and controls

23 lines (18 loc) · 1.26 KB

Layers Latest Version Git Commit Docker Stars Docker Pulls Build Status

Dockerfile for running the Plex monitoring and statistics tool Tautulli. It expects a volume to store data mapped to /config in the container. Enjoy! This Dockerfile uses a user with UID 905. Make sure this user has write access to the /config folder.

Note - if your using this with our other media Dockerfiles, note the port change to avoid conflict with Headphones!

Example run command

docker run -d --restart=always --name tautulli -v /volumes/tautulli:/config -p 8182:8181 spritsail/tautulli