Standalone plex_autoscan which mounts a config and plex folder
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
Content type
Image
Digest
Size
22.7 MB
Last updated
over 7 years ago
docker pull toxicsalt/plex_autoscan