Simple docker image for Sonarr without any bloat, built on the official dotnet runtime image. Sonarr runs as user sonarr
with uid
and gid
1000
and listens on port 8989
.
docker run --rm ghudiczius/sonarr:<VERSION> \
-p 8989:8989 \
-v path/to/config:/config \
-v path/to/downloads:/downloads \
-v path/to/series:/series
or
docker run --rm registry.gitlab.jmk.hu/media/sonarr:<VERSION> \
-p 8989:8989 \
-v path/to/config:/config \
-v path/to/downloads:/downloads \
-v path/to/series:/series