Sign inSign up

toxicsalt/plex_autoscan

By toxicsalt

•Updated over 7 years ago

Image
0

489

toxicsalt/plex_autoscan repository overview

Standalone plex_autoscan which mounts a config and plex folder

⁠Example docker-compose

  plex_autoscan:
    image: toxicsalt/plex_autoscan
    container_name: plex_autoscan
    restart: unless-stopped
    volumes:
      - PATH_TO_CONFIG:/config.config
      - PLEX_ROOT_FOLDER:/usr/lib/plexmediaserver
    ports:
      - 3468:3468

PLEX_ROOT_FOLDER is the directory which contains Library/Application Support/... make sure if you override the port in your config that you update the exposed port

Tag summary

Content type

Image

Digest

Size

22.7 MB

Last updated

over 7 years ago

docker pull toxicsalt/plex_autoscan