kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
b64b178286
commit
21160a4ca2
|
@ -55,7 +55,6 @@ services:
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
- VERSION=docker
|
- VERSION=docker
|
||||||
- UMASK_SET=022 #optional
|
|
||||||
- PLEX_CLAIM= #optional
|
- PLEX_CLAIM= #optional
|
||||||
volumes:
|
volumes:
|
||||||
- /path/to/library:/config
|
- /path/to/library:/config
|
||||||
|
@ -73,7 +72,6 @@ docker run -d \
|
||||||
-e PUID=1000 \
|
-e PUID=1000 \
|
||||||
-e PGID=1000 \
|
-e PGID=1000 \
|
||||||
-e VERSION=docker \
|
-e VERSION=docker \
|
||||||
-e UMASK_SET=022 `#optional` \
|
|
||||||
-e PLEX_CLAIM= `#optional` \
|
-e PLEX_CLAIM= `#optional` \
|
||||||
-v /path/to/library:/config \
|
-v /path/to/library:/config \
|
||||||
-v /path/to/tvseries:/tv \
|
-v /path/to/tvseries:/tv \
|
||||||
|
@ -104,7 +102,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 |
|
||||||
| `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 |
|
|
||||||
| `PLEX_CLAIM=` | Optionally you can obtain a claim token from https://plex.tv/claim and input here. Keep in mind that the claim tokens expire within 4 minutes. |
|
| `PLEX_CLAIM=` | Optionally you can obtain a claim token from https://plex.tv/claim and input here. Keep in mind that the claim tokens expire within 4 minutes. |
|
||||||
|
|
||||||
### Volume Mappings (`-v`)
|
### Volume Mappings (`-v`)
|
||||||
|
@ -232,6 +229,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to
|
||||||
|
|
||||||
## Versions
|
## Versions
|
||||||
|
|
||||||
|
* **20.01.21:** - Deprecate `UMASK_SET` in favor of UMASK in baseimage, see above for more information.
|
||||||
* **10.12.20:** - Add latest Intel Compute packages from github repo for opencl support on latest gen igpu.
|
* **10.12.20:** - Add latest Intel Compute packages from github repo for opencl support on latest gen igpu.
|
||||||
* **23.11.20:** - Add Bionic branch make Focal default.
|
* **23.11.20:** - Add Bionic branch make Focal default.
|
||||||
* **03.05.20:** - Update exposed ports and example docs for bridge mode.
|
* **03.05.20:** - Update exposed ports and example docs for bridge mode.
|
||||||
|
|
Ładowanie…
Reference in New Issue