An Alpine Linux based Dockerfile to run the usenet downloader NZBGet. This is a fork that includes ffmpeg and file, for post processing scripts.
It expects a volume to store data mapped to /config in the container, and a volume where your downloads should go stored at /downloads. Enjoy!
This dockerfile uses a user with uid 904, and a gid of 900. Make sure this user has write access to the /config folder.
These user IDs can be overwritten by defining $UID and $GID respectively.