kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
1489ca8e14
commit
2505583be0
|
@ -2,19 +2,19 @@
|
|||
title: prowlarr
|
||||
---
|
||||
<!-- DO NOT EDIT THIS FILE MANUALLY -->
|
||||
<!-- Please read the https://github.com/linuxserver/docker-prowlarr/blob/develop/.github/CONTRIBUTING.md -->
|
||||
<!-- Please read the https://github.com/linuxserver/docker-prowlarr/blob/main/.github/CONTRIBUTING.md -->
|
||||
|
||||
# [linuxserver/prowlarr](https://github.com/linuxserver/docker-prowlarr)
|
||||
|
||||
[](https://scarf.sh/gateway/linuxserver-ci/docker/linuxserver%2Fprowlarr)
|
||||
[](https://github.com/linuxserver/docker-prowlarr)
|
||||
[](https://github.com/linuxserver/docker-prowlarr/releases)
|
||||
[](https://github.com/linuxserver/docker-prowlarr/releases)
|
||||
[](https://github.com/linuxserver/docker-prowlarr/packages)
|
||||
[](https://gitlab.com/linuxserver.io/docker-prowlarr/container_registry)
|
||||
[](https://quay.io/repository/linuxserver.io/prowlarr)
|
||||
[](https://hub.docker.com/r/linuxserver/prowlarr)
|
||||
[](https://hub.docker.com/r/linuxserver/prowlarr)
|
||||
[](https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-prowlarr/job/develop/)
|
||||
[](https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-prowlarr/job/main/)
|
||||
[](https://ci-tests.linuxserver.io/linuxserver/prowlarr/latest/index.html)
|
||||
|
||||
[Prowlarr](https://github.com/Prowlarr/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).
|
||||
|
@ -23,7 +23,7 @@ title: prowlarr
|
|||
|
||||
We utilise the docker manifest for multi-platform awareness. More information is available from docker [here](https://github.com/docker/distribution/blob/master/docs/spec/manifest-v2-2.md#manifest-list) and our announcement [here](https://blog.linuxserver.io/2019/02/21/the-lsio-pipeline-project/).
|
||||
|
||||
Simply pulling `lscr.io/linuxserver/prowlarr:develop` should retrieve the correct image for your arch, but you can also pull specific arch images via tags.
|
||||
Simply pulling `lscr.io/linuxserver/prowlarr:latest` should retrieve the correct image for your arch, but you can also pull specific arch images via tags.
|
||||
|
||||
The architectures supported by this image are:
|
||||
|
||||
|
@ -39,7 +39,7 @@ This image provides various versions that are available via tags. Please read th
|
|||
|
||||
| Tag | Available | Description |
|
||||
| :----: | :----: |--- |
|
||||
| latest | ❌ | |
|
||||
| latest | ✅ | Prowlarr stable releases |
|
||||
| develop | ✅ | Prowlarr releases from their develop branch |
|
||||
| nightly | ✅ | Prowlarr releases from their nightly branch |
|
||||
|
||||
|
@ -60,7 +60,7 @@ To help you get started creating a container from this image you can either use
|
|||
version: "2.1"
|
||||
services:
|
||||
prowlarr:
|
||||
image: lscr.io/linuxserver/prowlarr:develop
|
||||
image: lscr.io/linuxserver/prowlarr:latest
|
||||
container_name: prowlarr
|
||||
environment:
|
||||
- PUID=1000
|
||||
|
@ -84,7 +84,7 @@ docker run -d \
|
|||
-p 9696:9696 \
|
||||
-v /path/to/data:/config \
|
||||
--restart unless-stopped \
|
||||
lscr.io/linuxserver/prowlarr:develop
|
||||
lscr.io/linuxserver/prowlarr:latest
|
||||
```
|
||||
|
||||
## Parameters
|
||||
|
@ -161,8 +161,10 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to
|
|||
* Container version number
|
||||
* `docker inspect -f '{{ index .Config.Labels "build_version" }}' prowlarr`
|
||||
* Image version number
|
||||
* `docker inspect -f '{{ index .Config.Labels "build_version" }}' lscr.io/linuxserver/prowlarr:develop`
|
||||
* `docker inspect -f '{{ index .Config.Labels "build_version" }}' lscr.io/linuxserver/prowlarr:latest`
|
||||
|
||||
## Versions
|
||||
|
||||
* **03.01.23:** - Publish stable release.
|
||||
* **20.02.22:** - Rebase develop branch to Alpine.
|
||||
* **06.06.21:** - Initial realease.
|
||||
|
|
Ładowanie…
Reference in New Issue