9 lines
301 B
YAML
9 lines
301 B
YAML
version: '3.3'
|
|
services:
|
|
iSponsorBlockTV:
|
|
image: ghcr.io/dmunozv04/isponsorblocktv
|
|
container_name: iSponsorBlockTV
|
|
restart: unless-stopped
|
|
volumes:
|
|
- /var/data/sponsor-block/data:/app/data #enter the same pathway as you used for your configurator in step 1
|