An up-to-date Prowlarr Docker image with the Ygg-API indexer pre-installed for YGGTorrent support.
ghcr.io/almottier/prowlarr-ygg
- Based on the latest hotio/prowlarr image
- Clemv95/Ygg-API indexer using yggapi pre-installed in
/config/Definitions/Custom/
- Automatically rebuilds when the base image or the indexer is updated
- Ready to use after container startup
docker run --rm \
--name prowlarr \
-p 9696:9696 \
-e PUID=1000 \
-e PGID=1000 \
-e UMASK=002 \
-e TZ="Europe/Paris" \
-v /<host_folder_config>:/config \
ghcr.io/almottier/prowlarr-ygg
services:
prowlarr:
container_name: prowlarr
image: ghcr.io/almottier/prowlarr-ygg
ports:
- "9696:9696"
environment:
- PUID=1000
- PGID=1000
- UMASK=002
- TZ=Europe/Paris
volumes:
- /<host_folder_config>:/config
After starting the container, the Ygg-API indexer will be available in Prowlarr's indexer settings: