Alpine based Image for creating docker container with Sabnzbd and monitored by s6-overlay.
[
]
docker create \
--name=sabnzbd \
-e PUID=1000 \
-e PGID=1000 \
-e TZ=Europe/Amsterdam \
-p 8080:8080 \
-p 9090:9090 `#optional` \
-v /path/to/config:/config \
-v /path/to/downloads:/downloads \
-v /path/to/incomplete-downloads:/incomplete-downloads \
-v /path/to/nzb:/nzb \
--restart unless-stopped \
thies88/sabnzbd
Via Docker Run/Create
-Update the image: docker pull thies88/containername
-Stop the running container: docker stop containername
-Delete the container: docker rm containername
-Recreate a new container with the same docker create parameters used at the setup of the container (if mapped correctly to a host folder, your /config folder and settings will be preserved)
-Start the new container: docker start containername
-You can also remove the old dangling images: docker image prune
Unraid users can use "Check for updates" within Unraid WebGui
A custom base image built with [Alpine linux][https://alpinelinux.org/] and S6 overlay Based on: https://github.com/linuxserver/docker-baseimage-alpine
Content type
Image
Digest
Size
47.3 MB
Last updated
over 5 years ago
docker pull thies88/sabnzbd