Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 452 Bytes

readerr.md

File metadata and controls

28 lines (23 loc) · 452 Bytes

Readerr

Ebook & comics manager.


docker-compose.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