All apps · 0 apps
sabnzbd
Docker app from hotio's Repository
Overview
Readme
View on GitHub| Tags | Description | Commit | Last Updated |
|---|---|---|---|
nightly nightly-31daf9b nightly-6731da2d68aee212fc717b72abefc6832271dfda | Every commit to develop | Modified: meta.json | 2026-07-17 11:20:13 |
latest release release-a654991 release-5.0.4 release-v5 release-v5.0 release-v5.0.4 | Releases | Modified: meta.json | 2026-07-14 20:09:59 |
testing testing-a9c5fbe testing-5.1.0RC1 | Pre-releases | Modified: meta.json | 2026-07-16 20:55:44 |
Starting the container
cli
docker run --rm \
--name="sabnzbd" \
-p 8080:8080 \
-e PUID=1000 \
-e PGID=1000 \
-e UMASK=002 \
-e WEBUI_PORTS="8080/tcp" \ #(3)!
-e ARGS="" \
-e TZ="Etc/UTC" \
-v /<host_folder_config>:/config \
-v /<host_folder_data>:/data \
ghcr.io/hotio/sabnzbd
compose
services:
sabnzbd:
container_name: sabnzbd
image: ghcr.io/hotio/sabnzbd
ports:
- "8080:8080"
environment:
- PUID=1000
- PGID=1000
- UMASK=002
- TZ=Etc/UTC
- WEBUI_PORTS=8080/tcp #(3)!
- ARGS
volumes:
- /<host_folder_config>:/config
- /<host_folder_data>:/data
Install Sabnzbd on Unraid in a few clicks.
Find Sabnzbd in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.
Requirements
Categories
Related apps
Explore more like this
Explore allDetails
ghcr.io/hotio/sabnzbd:latestRuntime arguments
- Web UI
http://[IP]:[PORT:8080]- Network
bridge- Shell
bash- Privileged
- false
- Extra Params
--hostname=sabnzbd.internal --cap-add=NET_ADMIN
Template configuration
Container Port: 8080
- Target
- 8080
- Default
- 8080
Container Path: /config
- Target
- /config
Container Path: /data
- Target
- /data
Container Variable: PRIVOXY_ENABLED
- Default
- false|true
Container Variable: UNBOUND_ENABLED
- Default
- false|true
Container Variable: UNBOUND_NAMESERVERS
Container Variable: VPN_ENABLED
- Default
- false|true
Container Variable: VPN_CONF
- Default
- wg0
Container Variable: VPN_PROVIDER
- Default
- generic|proton|pia
Container Variable: VPN_LAN_NETWORK
Container Variable: VPN_LAN_LEAK_ENABLED
- Default
- false|true
Container Variable: VPN_EXPOSE_PORTS_ON_LAN
Container Variable: VPN_AUTO_PORT_FORWARD
- Default
- false
Container Variable: VPN_PORT_REDIRECTS
Container Variable: VPN_HEALTHCHECK_ENABLED
- Default
- false|true
Container Variable: VPN_NAMESERVERS
Container Variable: VPN_PIA_USER
Container Variable: VPN_PIA_PASS
Container Variable: VPN_PIA_PREFERRED_REGION
Container Variable: VPN_PIA_DIP_TOKEN
Container Variable: VPN_PIA_PORT_FORWARD_PERSIST
- Default
- false|true
Container Variable: PUID
- Default
- 99
Container Variable: PGID
- Default
- 100
Container Variable: UMASK
- Default
- 002