Update docker compose section with an easier method.

ext4xfs
2024-10-24 14:00:05 -06:00
parent b2afed2801
commit 44e3e818e8

@@ -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