Update main to support docker and fix docker image url

This commit is contained in:
dmunozv04
2022-02-21 23:44:25 +01:00
parent 939084751a
commit 8edccc2dc3
2 changed files with 18 additions and 5 deletions

View File

@@ -19,13 +19,13 @@ Get [YouTube api key](https://developers.google.com/youtube/registering_an_appl
Edit config.json.template and save it as config.json (this is the /PATH_TO_YOUR_CONFIG.json file)
## Run
```sh
docker pull ghcr.io/dmunozv04/iSponsorBlockTV/isponsorblocktv
docker pull ghcr.io/dmunozv04/isponsorblocktv
docker run -d \
--name iSponsorBlockTV \
--restart=unless-stopped \
--network=host \
-v /PATH_TO_YOUR_CONFIG.json:/app/config.json \
ghcr.io/dmunozv04/iSponsorBlockTV/isponsorblocktv
ghcr.io/dmunozv04/isponsorblocktv
```
### From source