An open API service indexing awesome lists of open source software.

https://github.com/ghudiczius/docker-media-readarr

Simple docker image for Readarr, an ebook collection manager for Usenet and BitTorrent users
https://github.com/ghudiczius/docker-media-readarr

docker media-library readarr

Last synced: about 1 year ago
JSON representation

Simple docker image for Readarr, an ebook collection manager for Usenet and BitTorrent users

Awesome Lists containing this project

README

          

# Readarr

Simple docker image for Readarr without any bloat, built on the official dotnet runtime image. Readarr runs as user `readarr` with `uid` and `gid` `1000` and listens on port `8787`.

## Usage

```sh
docker run --rm ghudiczius/readarr: \
-p 8787:8787 \
-v path/to/config:/config \
-v path/to/downloads:/downloads \
-v path/to/books:/books
```

or

```sh
docker run --rm registry.gitlab.jmk.hu/media/readarr: \
-p 8787:8787 \
-v path/to/config:/config \
-v path/to/downloads:/downloads \
-v path/to/books:/books
```