Skip to content

spritsail/prowlarr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Layers Latest Version Git Commit Docker Pulls Docker Stars Build Status

Prowlarr running in Alpine Linux. This container provides some simple initial configuration scripts to set some runtime variables (see #Configuration for details)

Usage

Basic usage with default configuration:

docker run -d
    --name=prowlarr
    --restart=always
    -v $PWD/config:/config
    -p 9696:9696
    spritsail/prowlarr

Advanced usage with custom configuration:

docker run -d
    --name=prowlarr
    --restart=always
    -v $PWD/config:/config
    -p 9696:9696
    -e URL_BASE=/prowlarr
    -e ANALYTICS=false
    -e ...
    spritsail/prowlar

Volumes

  • /config - Prowlarr configuration file and database storage. Should be readable and writeable by $SUID

$SUID defaults to 908

Configuration

These configuration options set the respective options in config.xml and are provided as a Docker convenience.

  • LOG_LEVEL - Options are: Trace, Debug, Info. Default is Info
  • URL_BASE - Configurable by the user. Default is empty
  • BRANCH - Upstream tracking branch for updates. Options are: master, develop, other. Default is develop
  • ANALYTICS - Truthy or falsy value true, false or similar. Default is true

About

Indexer management for *arr

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published