From c0e208ca9429c8847a9178687f260e42e66e228b Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Wed, 20 Jan 2021 08:07:04 -0500 Subject: [PATCH] Bot Updating Documentation --- images/docker-resilio-sync.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/images/docker-resilio-sync.md b/images/docker-resilio-sync.md index 9491efb7c..eff2d4a57 100644 --- a/images/docker-resilio-sync.md +++ b/images/docker-resilio-sync.md @@ -46,7 +46,6 @@ services: - PUID=1000 - PGID=1000 - TZ=Europe/London - - UMASK_SET=022 #optional volumes: - /path/to/config:/config - /path/to/downloads:/downloads @@ -65,7 +64,6 @@ docker run -d \ -e PUID=1000 \ -e PGID=1000 \ -e TZ=Europe/London \ - -e UMASK_SET=022 `#optional` \ -p 8888:8888 \ -p 55555:55555 \ -v /path/to/config:/config \ @@ -95,7 +93,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. | -| `UMASK_SET=022` | For umask setting of resilio-sync, default if left unset is 022. | ### Volume Mappings (`-v`) @@ -163,6 +160,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to ## Versions +* **20.01.21:** - Deprecate `UMASK_SET` in favor of UMASK in baseimage, see above for more information. * **23.03.19:** - Switching to new Base images, shift to arm32v7 tag. * **11.02.19:** - Rebase to bionic, add pipeline logic and multi arch. * **05.02.18:** - Add downloads volume mount.