---
version: "2"
services:
plex-meta-manager:
image: linuxserver/plex-meta-manager:1.21.1
container_name: plex-meta-manager
restart: unless-stopped
environment:
- TZ=Europe/London # Specify a timezone to use
- PUID=1000 # UID to run the application as
- PMM_TIME=03:00 # Comma-separated list of times to run. Format: HH:MM
- PMM_TEST=False # Run in debug mode with only collections that have `test: true`.
- PMM_RUN=False # Run without using the scheduler
- PMM_NO_MISSING=False # Run without any of the missing movie/show functions.
- PMM_CONFIG=/config/config.yml # Specify a custom config file to use.
- PGID=1000 # GID to run the application as
volumes:
- /host/path/to/config:/config # Local path for plex-meta-manager config files.