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.
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
Content type
Image
Digest
sha256:c05e9d8f2…
Size
485.1 MB
Last updated
about 7 hours ago
docker pull ghudiczius/bazarr:1.6.2-beta.1.8286