Skip to content

Simple docker image for Bazarr, the companion application to Sonarr and Radarr that manages and downloads subtitles based on your requirements

License

Notifications You must be signed in to change notification settings

ghudiczius/docker-media-bazarr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bazarr

Simple docker image for Bazarr without any bloat, built on the official python3 image. Bazarr runs as user bazarr with uid and gid 1000 and listens on port 6767.

Usage

docker run --rm ghudiczius/bazarr:<VERSION> \
  -p 6767:6767 \
  -v path/to/data:/data \
  -v path/to/movies:/movies \
  -v path/to/series:/series

or

docker run --rm registry.gitlab.jmk.hu/media/bazarr:<VERSION> \
  -p 6767:6767 \
  -v path/to/data:/data \
  -v path/to/movies:/movies \
  -v path/to/series:/series

About

Simple docker image for Bazarr, the companion application to Sonarr and Radarr that manages and downloads subtitles based on your requirements

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published