plexWatchWeb with a default port of 8082 so it doesn't conflict with sabnzbd
1.3K
This is a Dockerfile for plexWatch (https://github.com/ljunkie/plexWatch) and plexWatchWeb (https://github.com/ecleese/plexWatchWeb)
Forked from needo37/plexWatch (https://github.com/needo37/plexWatch)
docker run -d --net="host" --name="plexWatch" -v "/path/to/plexWatch/":"/plexWatch":rw -v "/path/to/plex/logs/":"/logs":ro -v /etc/localtime:/etc/localtime:ro -p 8082:8082 needo/plexwatch
Where:
plexWatch:
logs:
Try it out: http://server:8082/plexWatch/
If all goes well, plexWatchWeb will load and show you the movie that is currently playing in Plex.
If the container stops immediately or you get an error message, see the "Troubleshooting" section.
The easiest way to setup the plexWatch docker is to run it in host mode. But if you would like to run it in bridge mode:
Then run the plexWatch docker in bridge mode:
docker run -d --net="bridge" --name="plexWatch" -v "/path/to/plexWatch/":"/plexWatch":rw -v "/path/to/plex/logs/":"/logs":ro -v /etc/localtime:/etc/localtime:ro -p 8082:8082 needo/plexwatch
Note that Plex itself should still be run in host mode.
If you want to track the IP Addresses of your Plex users:
To read the docker logs:
Common errors:
If the log shows "Unable to locate the 'Plex Media Server.log' file":
If the log shows: "AH00558: apache2: Could not reliably determine the server's fully qualified domain name..."
If plexWatchWeb loads, but gives a "Failed to access plexWatch database" error message:
If plexWatchWeb loads, but gives a "Failed to access Plex Media Server" error message:
Still having problems?
Content type
Image
Digest
sha256:ec8582fd3…
Size
140.6 MB
Last updated
almost 11 years ago
docker pull esvinson/plexwatch