Bot Updating Templated Files

pull/5/head
LinuxServer-CI 2019-08-06 23:46:04 +02:00
rodzic a18989e542
commit 158ef41fc9
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -38,6 +38,7 @@ docker create \
-e PUID=1000 \ -e PUID=1000 \
-e PGID=1000 \ -e PGID=1000 \
-e VERSION=docker \ -e VERSION=docker \
-e UMASK_SET=022 `#optional` \
-v </path/to/library>:/config \ -v </path/to/library>:/config \
-v <path/to/tvseries>:/data/tvshows \ -v <path/to/tvseries>:/data/tvshows \
-v </path/to/movies>:/data/movies \ -v </path/to/movies>:/data/movies \
@ -63,6 +64,7 @@ services:
- PUID=1000 - PUID=1000
- PGID=1000 - PGID=1000
- VERSION=docker - VERSION=docker
- UMASK_SET=022 #optional
volumes: volumes:
- </path/to/library>:/config - </path/to/library>:/config
- <path/to/tvseries>:/data/tvshows - <path/to/tvseries>:/data/tvshows
@ -92,6 +94,7 @@ 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 |
| `VERSION=docker` | Set whether to update plex or not - see Application Setup section. | | `VERSION=docker` | Set whether to update plex or not - see Application Setup section. |
| `UMASK_SET=022` | control permissions of files and directories created by Plex |
### Volume Mappings (`-v`) ### Volume Mappings (`-v`)
@ -182,6 +185,7 @@ We automatically add the necessary environment variable that will utilise all th
## Versions ## Versions
* **06.08.19:** - Add variable for setting UMASK.
* **10.07.19:** - Fix permissions for tuner (/dev/dvb) devices. * **10.07.19:** - Fix permissions for tuner (/dev/dvb) devices.
* **20.05.19:** - Bugfix do not allow Root group for Intel QuickSync ownership rules. * **20.05.19:** - Bugfix do not allow Root group for Intel QuickSync ownership rules.
* **23.03.19:** - Switching to new Base images, shift to arm32v7 tag. * **23.03.19:** - Switching to new Base images, shift to arm32v7 tag.