mirror of
https://github.com/dmunozv04/iSponsorBlockTV.git
synced 2026-01-27 21:01:02 +03:00
Update docker compose section with an easier method.
@@ -29,8 +29,6 @@ ghcr.io/dmunozv04/isponsorblocktv \
|
||||
```
|
||||
Note, the CLI will ask you for a TV Link Code. You can find this on your Device's Youtube app, by going to Settings -> Link with TV code
|
||||
|
||||
## Step 2: Install and run the iSponsorBlockTV Docker service
|
||||
|
||||
### Option 1: Using docker-compose
|
||||
```YAML
|
||||
services:
|
||||
@@ -41,7 +39,14 @@ services:
|
||||
volumes:
|
||||
- /PATH_TO_YOUR_DATA_DIR:/app/data #enter the same pathway as you used for your configurator in step 1
|
||||
```
|
||||
Then use `docker-compose up -d` to start.
|
||||
|
||||
Similar to Step 1, create a config file
|
||||
|
||||
```Shell
|
||||
docker compose run iSponsorBlockTV --setup-cli
|
||||
```
|
||||
|
||||
After completing setup, use `docker-compose up -d` to start.
|
||||
|
||||
### Option 2: Using docker run
|
||||
|
||||
|
||||
Reference in New Issue
Block a user