Before:
After (with emoji suffix):
- Start the application
docker run -p 3000:3000 -v $(pwd)/config:/config -it ghcr.io/benjick/prowlarr-proxy:latest
- Edit
./config/config.yml
with your desired values
🖐️ The app only reads the configuration file at startup, so restart the server after making any changes.
- Update your Application in Prowlarr to use the proxy:
- Press "🔄 Sync App Indexers" in Prowlarr to update the indexers
services:
prowlarr-proxy:
image: ghcr.io/benjick/prowlarr-proxy:latest
ports:
- 3000:3000
volumes:
- ./config:/config