kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
388a60f435
commit
9c98286133
|
@ -57,7 +57,6 @@ services:
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
- TZ=Europe/London
|
- TZ=Europe/London
|
||||||
- UMASK_SET=022 #optional
|
|
||||||
volumes:
|
volumes:
|
||||||
- /path/to/data:/config
|
- /path/to/data:/config
|
||||||
- /path/to/tvseries:/tv
|
- /path/to/tvseries:/tv
|
||||||
|
@ -75,7 +74,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 8989:8989 \
|
-p 8989:8989 \
|
||||||
-v /path/to/data:/config \
|
-v /path/to/data:/config \
|
||||||
-v /path/to/tvseries:/tv \
|
-v /path/to/tvseries:/tv \
|
||||||
|
@ -103,7 +101,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, this is required for Sonarr |
|
| `TZ=Europe/London` | Specify a timezone to use EG Europe/London, this is required for Sonarr |
|
||||||
| `UMASK_SET=022` | control permissions of files and directories created by Sonarr |
|
|
||||||
|
|
||||||
### Volume Mappings (`-v`)
|
### Volume Mappings (`-v`)
|
||||||
|
|
||||||
|
@ -174,6 +171,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to
|
||||||
|
|
||||||
## Versions
|
## Versions
|
||||||
|
|
||||||
|
* **18.01.21:** - Deprecate `UMASK_SET` in favor of UMASK in baseimage, see above for more information.
|
||||||
* **05.04.20:** - Move app to /app.
|
* **05.04.20:** - Move app to /app.
|
||||||
* **01.08.19:** - Rebase to Linuxserver LTS mono version.
|
* **01.08.19:** - Rebase to Linuxserver LTS mono version.
|
||||||
* **13.06.19:** - Add env variable for setting umask.
|
* **13.06.19:** - Add env variable for setting umask.
|
||||||
|
|
Ładowanie…
Reference in New Issue