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
- Host: GitHub
- URL: https://github.com/ghudiczius/docker-media-readarr
- Owner: ghudiczius
- License: wtfpl
- Created: 2025-01-06T01:28:30.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-05-04T20:06:53.000Z (about 1 year ago)
- Last Synced: 2025-05-07T06:46:45.528Z (about 1 year ago)
- Topics: docker, media-library, readarr
- Language: Dockerfile
- Homepage:
- Size: 28.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```