Prowlarr running in Alpine Linux. This container provides some simple initial configuration scripts to set some runtime variables (see #Configuration for details)
Basic usage with default configuration:
docker run -d
--name=prowlarr
--restart=always
-v $PWD/config:/config
-p 9696:9696
spritsail/prowlarrAdvanced 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/config- Prowlarr configuration file and database storage. Should be readable and writeable by$SUID
$SUID defaults to 908
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 isInfoURL_BASE- Configurable by the user. Default is emptyBRANCH- Upstream tracking branch for updates. Options are:master,develop, other. Default isdevelopANALYTICS- Truthy or falsy valuetrue,falseor similar. Default istrue