From 9c9828613339b55acaf70c937eeae099182d2f2e Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Mon, 18 Jan 2021 08:37:29 -0500 Subject: [PATCH] Bot Updating Documentation --- images/docker-sonarr.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/images/docker-sonarr.md b/images/docker-sonarr.md index 3a009df13..3de99d508 100644 --- a/images/docker-sonarr.md +++ b/images/docker-sonarr.md @@ -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.