Update README.md

Added the dockerfile to dockerhub and added instructions for building yourself.
This commit is contained in:
McCloudS
2023-01-30 15:44:34 -07:00
committed by GitHub
parent d1f497d9ac
commit 7c79773669

View File

@@ -22,6 +22,18 @@ Honestly, I built this for me, but saw the utility in other people maybe using i
You need a working Tautulli installation linked to your Plex. Can it be run without Docker? Yes. [See below](https://github.com/McCloudS/subgen/blob/main/README.md#running-without-docker) You need a working Tautulli installation linked to your Plex. Can it be run without Docker? Yes. [See below](https://github.com/McCloudS/subgen/blob/main/README.md#running-without-docker)
You can now pull the image directly from Dockerhub:
```
docker pull mccloud/subgen
```
Or, you can build from scratch:
```
git clone https://github.com/mcclouds/subgen
cd subgen
docker-compose build
docker-compose up -d
```
Create the webhooks in Tautulli with the following settings: Create the webhooks in Tautulli with the following settings:
Webhook URL: http://yourdockerip:8090 Webhook URL: http://yourdockerip:8090