Skip to content

Autoscan

Docker Pulls GitHub Stars

Description

Autoscan replaces the default Plex and Emby behaviour for picking up changes on the file system.

Install/Setup

Example Docker Compose Override

services:
  autoscan:
    image: cloudb0x/autoscan:latest
    hostname: ${DOCKERHOSTNAME}
    ports:
      - 3030:3030
    container_name: autoscan
    environment:
      - AUTOSCAN_VERBOSITY=0
      - PGID=${PGID}
      - PUID=${PUID}
      - TZ=${TZ}
    logging:
      driver: json-file
      options:
        max-file: ${DOCKERLOGGING_MAXFILE}
        max-size: ${DOCKERLOGGING_MAXSIZE}
    restart: unless-stopped
    volumes:
      - /etc/localtime:/etc/localtime:ro
      - /mnt/remote:/mnt/remote:ro
      - /opt/sa:/opt/sa
      - ${DOCKERCONFDIR}/autoscan:/config
      - ${DOCKERSTORAGEDIR}:/storage