From 6c41b91c5fb97b0d063cd83bc8f01a4e14dd3ba3 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Mon, 17 Jun 2019 00:32:18 +0200 Subject: [PATCH] Bot Updating Templated Files --- images/docker-sonarr.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/images/docker-sonarr.md b/images/docker-sonarr.md index c4c8ba2e9..79653062e 100644 --- a/images/docker-sonarr.md +++ b/images/docker-sonarr.md @@ -48,6 +48,7 @@ docker create \ -e PUID=1000 \ -e PGID=1000 \ -e TZ=Europe/London \ + -e UMASK_SET=022 `#optional` \ -p 8989:8989 \ -v :/config \ -v :/tv \ @@ -72,6 +73,7 @@ services: - PUID=1000 - PGID=1000 - TZ=Europe/London + - UMASK_SET=022 #optional volumes: - :/config - :/tv @@ -99,6 +101,7 @@ 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`) @@ -142,6 +145,7 @@ Access the webui at `:8989`, for more information check out [Sonarr](ht ## Versions +* **13.06.19:** - Add env variable for setting umask. * **10.05.19:** - Rebase to Bionic. * **23.03.19:** - Switching to new Base images, shift to arm32v7 tag. * **01.02.19:** - Multi arch images and pipeline build logic