mirror of
https://github.com/linuxserver/docker-documentation.git
synced 2026-02-19 18:14:15 +08:00
Bot Updating Documentation
This commit is contained in:
parent
4327c3442e
commit
1260d4b0cb
@ -8,7 +8,7 @@
|
||||
[](https://hub.docker.com/r/linuxserver/bazarr)
|
||||
[](https://hub.docker.com/r/linuxserver/bazarr)
|
||||
[](https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-bazarr/job/master/)
|
||||
[](https://lsio-ci.ams3.digitaloceanspaces.com/linuxserver/bazarr/latest/index.html)
|
||||
[](https://ci-tests.linuxserver.io/linuxserver/bazarr/latest/index.html)
|
||||
|
||||
[Bazarr](https://www.bazarr.media/) is a companion application to Sonarr and Radarr. It can manage and download subtitles based on your requirements. You define your preferences by TV show or movie and Bazarr takes care of everything for you.
|
||||
|
||||
@ -16,7 +16,7 @@
|
||||
|
||||
Our images support multiple architectures such as `x86-64`, `arm64` and `armhf`. We utilise the docker manifest for multi-platform awareness. More information is available from docker [here](https://github.com/docker/distribution/blob/master/docs/spec/manifest-v2-2.md#manifest-list) and our announcement [here](https://blog.linuxserver.io/2019/02/21/the-lsio-pipeline-project/).
|
||||
|
||||
Simply pulling `linuxserver/bazarr` should retrieve the correct image for your arch, but you can also pull specific arch images via tags.
|
||||
Simply pulling `ghcr.io/linuxserver/bazarr` should retrieve the correct image for your arch, but you can also pull specific arch images via tags.
|
||||
|
||||
The architectures supported by this image are:
|
||||
|
||||
@ -40,7 +40,7 @@ Compatible with docker-compose v2 schemas.
|
||||
version: "2.1"
|
||||
services:
|
||||
bazarr:
|
||||
image: linuxserver/bazarr
|
||||
image: ghcr.io/linuxserver/bazarr
|
||||
container_name: bazarr
|
||||
environment:
|
||||
- PUID=1000
|
||||
@ -70,7 +70,7 @@ docker run -d \
|
||||
-v </path/to/movies>:/movies \
|
||||
-v </path/to/tv>:/tv \
|
||||
--restart unless-stopped \
|
||||
linuxserver/bazarr
|
||||
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.
|
||||
@ -161,7 +161,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to
|
||||
* Container version number
|
||||
* `docker inspect -f '{{ index .Config.Labels "build_version" }}' bazarr`
|
||||
* Image version number
|
||||
* `docker inspect -f '{{ index .Config.Labels "build_version" }}' linuxserver/bazarr`
|
||||
* `docker inspect -f '{{ index .Config.Labels "build_version" }}' ghcr.io/linuxserver/bazarr`
|
||||
|
||||
## Versions
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user