mirror of
https://github.com/dmunozv04/iSponsorBlockTV.git
synced 2026-04-15 07:27:32 +03:00
Update main to support docker and fix docker image url
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user