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!
docker run -d --restart=always --name tautulli -v /volumes/tautulli:/config -p 8182:8181 spritsail/tautulli