kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Templated Files
rodzic
e89ed71d50
commit
9b2a40b05e
|
@ -22,7 +22,7 @@ The architectures supported by this image are:
|
||||||
| :----: | --- |
|
| :----: | --- |
|
||||||
| x86-64 | amd64-latest |
|
| x86-64 | amd64-latest |
|
||||||
| arm64 | arm64v8-latest |
|
| arm64 | arm64v8-latest |
|
||||||
| armhf | arm32v6-latest |
|
| armhf | arm32v7-latest |
|
||||||
|
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
@ -40,7 +40,7 @@ docker create \
|
||||||
-p 6767:6767 \
|
-p 6767:6767 \
|
||||||
-v </path/to/bazarr/config>:/config \
|
-v </path/to/bazarr/config>:/config \
|
||||||
-v </path/to/movies>:/movies \
|
-v </path/to/movies>:/movies \
|
||||||
-v </path/to/tv:/tv \
|
-v </path/to/tv>:/tv \
|
||||||
--restart unless-stopped \
|
--restart unless-stopped \
|
||||||
linuxserver/bazarr
|
linuxserver/bazarr
|
||||||
```
|
```
|
||||||
|
@ -69,7 +69,7 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- </path/to/bazarr/config>:/config
|
- </path/to/bazarr/config>:/config
|
||||||
- </path/to/movies>:/movies
|
- </path/to/movies>:/movies
|
||||||
- </path/to/tv:/tv
|
- </path/to/tv>:/tv
|
||||||
ports:
|
ports:
|
||||||
- 6767:6767
|
- 6767:6767
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
@ -137,5 +137,6 @@ In this instance `PUID=1000` and `PGID=1000`, to find yours use `id user` as bel
|
||||||
|
|
||||||
## Versions
|
## Versions
|
||||||
|
|
||||||
|
* **23.03.19:** - Switching to new Base images, shift to arm32v7 tag.
|
||||||
* **22.02.19:** - Rebasing to alpine 3.9.
|
* **22.02.19:** - Rebasing to alpine 3.9.
|
||||||
* **11.09.18:** - Initial release.
|
* **11.09.18:** - Initial release.
|
||||||
|
|
Ładowanie…
Reference in New Issue