systems:docker_main:install_docker_containers:install_sabnzbd
This is an old revision of the document!
Systems - Docker Main - Install Docker Containers - Install SABnzbd
SABnzbd is a binary newsreader.
It makes downloading from Usenet easy by automating the whole thing.
You give it an NZB file or an RSS feed, it does the rest.
Install
--- version: "2.1" services: sabnzbd: image: ghcr.io/linuxserver/sabnzbd container_name: sabnzbd environment: - PUID=1000 - PGID=1000 - TZ=Europe/Jersey volumes: - /home/peter/sabnzbd/config:/config - /home/peter/sabnzbd/downloads:/downloads #optional - /home/peter/sabnzbd/downloads-incomplete:/incomplete-downloads #optional ports: - 8080:8080 - 9090:9090 restart: unless-stopped
systems/docker_main/install_docker_containers/install_sabnzbd.1626370575.txt.gz · Last modified: 2021/07/15 17:36 by peter