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