Skip to content

Simple docker image for Lidarr, a music collection manager for Usenet and BitTorrent users

License

Notifications You must be signed in to change notification settings

ghudiczius/docker-media-lidarr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lidarr

Simple docker image for Lidarr without any bloat, built on the official dotnet runtime image. Lidarr runs as user lidarr with uid and gid 1000 and listens on port 8686.

Usage

docker run --rm ghudiczius/lidarr:<VERSION> \
  -p 8686:8686 \
  -v path/to/config:/config \
  -v path/to/downloads:/downloads \
  -v path/to/music:/music

or

docker run --rm registry.gitlab.jmk.hu/media/lidarr:<VERSION> \
  -p 8686:8686 \
  -v path/to/config:/config \
  -v path/to/downloads:/downloads \
  -v path/to/music:/music

About

Simple docker image for Lidarr, a music collection manager for Usenet and BitTorrent users

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published