Docker build script for Arch Linux base with Prowlarr
1M+
Prowlarr is a indexer manager/proxy built on the popular arr .net/reactjs base stack to integrate with your various PVR apps. Prowlarr supports both Torrent Trackers and Usenet Indexers. It integrates seamlessly with Sonarr, Radarr, Lidarr, and Readarr offering complete management of your indexers with no per app Indexer setup required (we do it all).
Latest pre-release Prowlarr release from Arch Linux AUR.
docker run -d \
-p 9696:9696 \
--name=<container name> \
-v <path for config files>:/config \
-v /etc/localtime:/etc/localtime:ro \
-e HEALTHCHECK_COMMAND=<command> \
-e HEALTHCHECK_ACTION=<action> \
-e HEALTHCHECK_HOSTNAME=<hostname> \
-e UMASK=<umask for created files> \
-e PUID=<uid for user> \
-e PGID=<gid for user> \
binhex/arch-prowlarr
Please replace all user variables in the above command defined by <> with the correct values.
http://<host ip>:9696
docker run -d \
-p 9696:9696 \
--name=prowlarr \
-v /apps/docker/prowlarr:/config \
-v /etc/localtime:/etc/localtime:ro \
-e UMASK=000 \
-e PUID=0 \
-e PGID=0 \
binhex/arch-prowlarr
User ID (PUID) and Group ID (PGID) can be found by issuing the following command for the user you want to run the container as:-
id <username>
If you appreciate my work, then please consider buying me a beer :D
Content type
Image
Digest
sha256:9e9f5289f…
Size
410.3 MB
Last updated
about 2 months ago
docker pull binhex/arch-prowlarr