Sign inSign up

flxel/sonarr

By flxel

Updated over 8 years ago

Image
0

1.5K

flxel/sonarr repository overview

flxel/sonarr

sonarr - flxel edition.

docker

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

docker-compose

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

sonarr:
  hostname: "sonarr"
  image: "flxel/sonarr:latest"
  volumes_from: [ "storage" ]
  expose: [ "8989" ]

Tag summary

Content type

Image

Digest

sha256:0687bd23d

Size

151.8 MB

Last updated

over 8 years ago

docker pull flxel/sonarr