Bot Updating Documentation

pull/32/head
LinuxServer-CI 2021-01-18 08:37:29 -05:00
rodzic 388a60f435
commit 9c98286133
1 zmienionych plików z 1 dodań i 3 usunięć

Wyświetl plik

@ -57,7 +57,6 @@ services:
- PUID=1000
- PGID=1000
- TZ=Europe/London
- UMASK_SET=022 #optional
volumes:
- /path/to/data:/config
- /path/to/tvseries:/tv
@ -75,7 +74,6 @@ docker run -d \
-e PUID=1000 \
-e PGID=1000 \
-e TZ=Europe/London \
-e UMASK_SET=022 `#optional` \
-p 8989:8989 \
-v /path/to/data:/config \
-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 |
| `PGID=1000` | for GroupID - see below for explanation |
| `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`)
@ -174,6 +171,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to
## 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.
* **01.08.19:** - Rebase to Linuxserver LTS mono version.
* **13.06.19:** - Add env variable for setting umask.