commented out plex-meta-manager
This commit is contained in:
@@ -274,21 +274,21 @@ services:
|
||||
volumes:
|
||||
- ${DOCKERCONFIGS}/owncloud/redis:/data
|
||||
|
||||
plex-meta-manager:
|
||||
container_name: plex-meta-manager
|
||||
image: lscr.io/linuxserver/plex-meta-manager:latest
|
||||
environment:
|
||||
- PUID=${PUID}
|
||||
- PGID=${PGID}
|
||||
- TZ=${TZ}
|
||||
- PMM_CONFIG=/config/config.yml
|
||||
- PMM_TIME=09:00
|
||||
- PMM_RUN=True
|
||||
- PMM_TEST=False
|
||||
- PMM_NO_MISSING=False
|
||||
restart: always
|
||||
volumes:
|
||||
- ${DOCKERCONFIGS}/plexmetamanager/config:/config
|
||||
# plex-meta-manager:
|
||||
# container_name: plex-meta-manager
|
||||
# image: lscr.io/linuxserver/plex-meta-manager:latest
|
||||
# environment:
|
||||
# - PUID=${PUID}
|
||||
# - PGID=${PGID}
|
||||
# - TZ=${TZ}
|
||||
# - PMM_CONFIG=/config/config.yml
|
||||
# - PMM_TIME=09:00
|
||||
# - PMM_RUN=True
|
||||
# - PMM_TEST=False
|
||||
# - PMM_NO_MISSING=False
|
||||
# restart: always
|
||||
# volumes:
|
||||
# - ${DOCKERCONFIGS}/plexmetamanager/config:/config
|
||||
|
||||
prowlarr:
|
||||
container_name: prowlarr
|
||||
|
||||
Reference in New Issue
Block a user