Open blacroix opened 8 months ago
Moving this to Sandbox where it belongs.
https://github.com/aleksilassila/reiverr?tab=readme-ov-file#docker-compose
version: '3.8'
name: reiverr
services:
reiverr:
image: ghcr.io/aleksilassila/reiverr:latest
container_name: reiverr
ports:
- 9494:9494
volumes:
- /path/to/appdata/config:/config
restart: unless-stopped
Hi
What about adding Reiverr as an alternative to Overseerr? It looks promising from what I see.