From 0807eacc0b6622b34fcd98a1f739ae2d8d49bdb3 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Wed, 7 Apr 2021 23:07:30 +0100 Subject: [PATCH] Bot Updating Documentation --- images/docker-bazarr.md | 26 +++++++++++++++----------- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/images/docker-bazarr.md b/images/docker-bazarr.md index f375e30f3..6e7bfc346 100644 --- a/images/docker-bazarr.md +++ b/images/docker-bazarr.md @@ -29,6 +29,14 @@ The architectures supported by this image are: | arm64 | arm64v8-latest | | armhf | arm32v7-latest | +## Version Tags + +This image provides various versions that are available via tags. `latest` tag usually provides the latest stable version. Others are considered under development and caution must be exercised when using them. + +| Tag | Description | +| :----: | --- | +| latest | Stable releases from Bazarr | +| development | Pre-releases from Bazarr | ## Usage @@ -50,9 +58,9 @@ services: - PGID=1000 - TZ=Europe/London volumes: - - :/config - - :/movies - - :/tv + - /path/to/bazarr/config:/config + - /path/to/movies:/movies #optional + - /path/to/tv:/tv #optional ports: - 6767:6767 restart: unless-stopped @@ -67,18 +75,13 @@ docker run -d \ -e PGID=1000 \ -e TZ=Europe/London \ -p 6767:6767 \ - -v :/config \ - -v :/movies \ - -v :/tv \ + -v /path/to/bazarr/config:/config \ + -v /path/to/movies:/movies `#optional` \ + -v /path/to/tv:/tv `#optional` \ --restart unless-stopped \ ghcr.io/linuxserver/bazarr ``` -You can choose between ,using tags, various branch versions of bazarr, no tag is required to remain on the main branch. -Add one of the tags, if required, to the linuxserver/bazarr line of the run/create command in the following format, linuxserver/bazarr:development -The development tag will be the latest commit in the development branch of bazarr. -HOWEVER , USE THE DEVELOPMENT BRANCH AT YOUR OWN PERIL !!!!!!!!! - ## Parameters @@ -165,6 +168,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to ## Versions +* **07.04.21:** - Move app to /app/bazarr/bin, add `package_info`. * **23.01.21:** - Rebasing to alpine 3.13. * **23.01.21:** - Deprecate `UMASK_SET` in favor of UMASK in baseimage, see above for more information. * **01.06.20:** - Rebasing to alpine 3.12.