Sign inSign up

mojrapid/sonarr

By mojrapid

Updated 3 months ago

sonarr for arm32v7 - linuxserver docker mod (tnx to linuxserver)

Image
Web servers
0

3.3K

mojrapid/sonarr repository overview

USAGE

docker-compose
---
version: "2.1"
services:
  sonarr:
    image: mojrapid/sonarr:arm32v7-latest
    container_name: sonarr
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Etc/UTC
    volumes:
      - /path/to/data:/config
      - /path/to/tvseries:/tv #optional
      - /path/to/downloadclient-downloads:/downloads #optional
    ports:
      - 8989:8989
    restart: unless-stopped
docker cli
docker run -d \
  --name=sonarr \
  -e PUID=1000 \
  -e PGID=1000 \
  -e TZ=Etc/UTC \
  -p 8989:8989 \
  -v /path/to/data:/config \
  -v /path/to/tvseries:/tv `#optional` \
  -v /path/to/downloadclient-downloads:/downloads `#optional` \
  --restart unless-stopped \
  mojrapid/sonarr:arm32v7-latest

Based on linuxserver/sonarr

Buy Me a Coffee at ko-fi.com PayPal.me

Tag summary

Content type

Image

Digest

sha256:2767d83d4

Size

183.4 MB

Last updated

3 months ago

docker pull mojrapid/sonarr:arm32v7-latest