Sign inSign up

flxel/sabnzbd

By flxel

•Updated over 8 years ago

Image
0

1.5K

flxel/sabnzbd repository overview

⁠flxel/sabnzbd

sabnzbd - flxel edition.

⁠docker

docker run -d --expose 8080 --name sabnzbd \
  -v ~/.config:/config  \
  -v ~/Downloads:/data \
  flxel/sabnzbd:latest

⁠docker-compose

storage:
  image: "busybox:latest"
  volumes: [ "~/.config:/config", "~/Downloads:/data" ]

sabnzbd:
  hostname: "sabnzbd"
  image: "flxel/sabnzbd:latest"
  volumes_from: [ "storage" ]
  expose: [ "8080" ]

Tag summary

Content type

Image

Digest

sha256:0db26f635…

Size

130.4 MB

Last updated

over 8 years ago

docker pull flxel/sabnzbd