Skip to content

fool65c/docker-sabnzbd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Runs a sabnzdb server

listens on port 10000

User sabnzbd is id 1000 this is used on all docker containers to keep access simple

RUN useradd --system --uid 1000 -M --shell /usr/sbin/nologin sabnzbd

You must export the Config dir and data dir before running

export SABNZBD_CONFIG_DIR=/srv/download/
export SABNZBD_CONFIG_DIR=/var/lib/application/sabnzbd/

To start run the following

docker-compose up -d

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published