kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
7e207a8b98
commit
e08ea99f55
|
@ -46,7 +46,6 @@ services:
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
- TZ=Europe/London
|
- TZ=Europe/London
|
||||||
- UMASK_SET=022 #optional
|
|
||||||
volumes:
|
volumes:
|
||||||
- </path/to/bazarr/config>:/config
|
- </path/to/bazarr/config>:/config
|
||||||
- </path/to/movies>:/movies
|
- </path/to/movies>:/movies
|
||||||
|
@ -64,7 +63,6 @@ docker run -d \
|
||||||
-e PUID=1000 \
|
-e PUID=1000 \
|
||||||
-e PGID=1000 \
|
-e PGID=1000 \
|
||||||
-e TZ=Europe/London \
|
-e TZ=Europe/London \
|
||||||
-e UMASK_SET=022 `#optional` \
|
|
||||||
-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 \
|
||||||
|
@ -97,7 +95,6 @@ Docker images are configured using parameters passed at runtime (such as those a
|
||||||
| `PUID=1000` | for UserID - see below for explanation |
|
| `PUID=1000` | for UserID - see below for explanation |
|
||||||
| `PGID=1000` | for GroupID - see below for explanation |
|
| `PGID=1000` | for GroupID - see below for explanation |
|
||||||
| `TZ=Europe/London` | Specify a timezone to use EG Europe/London |
|
| `TZ=Europe/London` | Specify a timezone to use EG Europe/London |
|
||||||
| `UMASK_SET=022` | control permissions of files and directories created by Bazarr |
|
|
||||||
|
|
||||||
### Volume Mappings (`-v`)
|
### Volume Mappings (`-v`)
|
||||||
|
|
||||||
|
@ -165,6 +162,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to
|
||||||
|
|
||||||
## Versions
|
## Versions
|
||||||
|
|
||||||
|
* **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.
|
* **01.06.20:** - Rebasing to alpine 3.12.
|
||||||
* **13.05.20:** - Add donation links for Bazarr to Github sponsors button and container log.
|
* **13.05.20:** - Add donation links for Bazarr to Github sponsors button and container log.
|
||||||
* **08.04.20:** - Removed /movies and /tv volumes from Dockerfiles.
|
* **08.04.20:** - Removed /movies and /tv volumes from Dockerfiles.
|
||||||
|
|
Ładowanie…
Reference in New Issue