The automated Usenet download tool!
4.9K
This image is derived from sgtsquiggs/alpine.
SABnzbd - The automated Usenet download tool!
docker run \
--name=sabnzbd \
-v <path to data>:/config \
-v <path to data>:/downloads \
-v <path to data>:/incomplete-downloads \
-e PGID=<gid> -e PUID=<uid> \
-p 8080:8080 \
sgtsquiggs/sabnzbd
-p 8080:8080 external port 8080 mapping to internal port 8080-v <path>:/config where configuation files are stored.-v <path>:/downloads where complete downloads are stored.-v <path>:/incomplete-downloads where incomplete downloads are stored.-e PGID=<gid> for Group ID (see below)-e PUID=<uid> for User ID (see below)Set these to match the user/group ID of shared data volumes. Files written to these volumes will match the provided uid/gid.
Content type
Image
Digest
Size
40.3 MB
Last updated
over 8 years ago
docker pull sgtsquiggs/sabnzbd