Update media-management.yaml

master
Dex Burgess 2026-01-21 02:38:56 +00:00
parent 9f217dcedb
commit 920ca0f27a
1 changed files with 10 additions and 9 deletions

View File

@ -127,6 +127,15 @@ services:
environment: environment:
- TZ=America/New_York - TZ=America/New_York
ecm:
image: ghcr.io/motwakorb/enhancedchannelmanager:latest
container_name: ecm
restart: unless-stopped
#ports:
# - "6100:6100"
volumes:
- /dockers/ecm/config:/config
# VPN # VPN
gluetun: gluetun:
image: qmcgaw/gluetun image: qmcgaw/gluetun
@ -203,14 +212,6 @@ services:
- /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:
name: dockers_default name: dockers_default