Update media-management.yaml
parent
1e4b924e60
commit
da241a593e
|
|
@ -193,6 +193,14 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- /dockers/qbit/appdata/config:/config
|
- /dockers/qbit/appdata/config:/config
|
||||||
- /dockers/downloads:/downloads
|
- /dockers/downloads:/downloads
|
||||||
|
|
||||||
|
iSponsorBlockTV:
|
||||||
|
image: ghcr.io/dmunozv04/isponsorblocktv
|
||||||
|
container_name: iSponsorBlockTV
|
||||||
|
restart: unless-stopped
|
||||||
|
network_mode: host
|
||||||
|
volumes:
|
||||||
|
- /dockers/isponsorblocktv:/app/data #enter the same pathway as you used for your configurator in step 1
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
default:
|
default:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue