diff --git a/media-management.yaml b/media-management.yaml index 3d0d9ba..7056e5a 100644 --- a/media-management.yaml +++ b/media-management.yaml @@ -47,18 +47,6 @@ services: - DOCKER_MODS=ghcr.io/gilbn/theme.park:lidarr - TP_THEME=$THEME - beets: - image: lscr.io/linuxserver/beets:latest - container_name: beets - restart: unless-stopped - environment: - - PUID=1000 - - PGID=1000 - - TZ=Etc/UTC - volumes: - - /dockers/beets/config:/config - - /mnt/Music:/music - # Books readarr-ebooks: image: lscr.io/linuxserver/readarr:develop @@ -109,17 +97,17 @@ services: - /dockers/IPTVBoss:/headless/IPTVBoss - /mnt/TV:/TV - nextpvr_amd64: - image: nextpvr/nextpvr_amd64:stable - container_name: nextpvr - restart: unless-stopped - volumes: - - /dockers/nextpvr/config:/config - - /dockers/nextpvr/videos:/recordings - - /dockers/nextpvr/videos:/buffer - ports: - - 8866:8866 - - 16891:16891/udp + #nextpvr_amd64: + # image: nextpvr/nextpvr_amd64:stable + # container_name: nextpvr + # restart: unless-stopped + # volumes: + # - /dockers/nextpvr/config:/config + # - /dockers/nextpvr/videos:/recordings + # - /dockers/nextpvr/videos:/buffer + # ports: + # - 8866:8866 + # - 16891:16891/udp # Media Request ombi: