mirror of
https://github.com/tborychowski/self-hosted-cookbook.git
synced 2025-12-22 11:51:09 +00:00
media
This commit is contained in:
28
apps/media/readerr.md
Normal file
28
apps/media/readerr.md
Normal file
@@ -0,0 +1,28 @@
|
||||
# Readerr
|
||||
|
||||
Ebook & comics manager.
|
||||
|
||||
<br>
|
||||
|
||||
- [Homepage](https://readarr.com/)
|
||||
- [Github repo](https://github.com/Readarr/Readarr)
|
||||
|
||||
|
||||
## docker-compose.yml
|
||||
```yml
|
||||
version: "3.5"
|
||||
services:
|
||||
readarr:
|
||||
image: hotio/readarr:nightly
|
||||
container_name: readarr
|
||||
environment:
|
||||
- PUID=1001
|
||||
- PGID=1001
|
||||
- TZ=Europe/Dublin
|
||||
- UMASK=002
|
||||
volumes:
|
||||
- ./config:/config
|
||||
ports:
|
||||
- 8787:8787
|
||||
restart: unless-stopped
|
||||
```
|
||||
Reference in New Issue
Block a user