sabnzbd - flxel edition.
docker run -d --expose 8080 --name sabnzbd \
-v ~/.config:/config \
-v ~/Downloads:/data \
flxel/sabnzbd:latest
storage:
image: "busybox:latest"
volumes: [ "~/.config:/config", "~/Downloads:/data" ]
sabnzbd:
hostname: "sabnzbd"
image: "flxel/sabnzbd:latest"
volumes_from: [ "storage" ]
expose: [ "8080" ]
Content type
Image
Digest
sha256:0db26f635…
Size
130.4 MB
Last updated
over 8 years ago
docker pull flxel/sabnzbd