Update media-management.yaml
parent
9f217dcedb
commit
920ca0f27a
|
|
@ -126,6 +126,15 @@ services:
|
|||
- /dockers/teamarr/data:/app/data
|
||||
environment:
|
||||
- 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
|
||||
gluetun:
|
||||
|
|
@ -202,16 +211,8 @@ services:
|
|||
volumes:
|
||||
- /dockers/qbit/appdata/config:/config
|
||||
- /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:
|
||||
default:
|
||||
name: dockers_default
|
||||
external: true
|
||||
external: true
|
||||
Loading…
Reference in New Issue