From 77aa5e841c5b4e5b5e59765f1826c6a7edeb004f Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Mon, 3 May 2021 17:02:44 -0400 Subject: [PATCH] Bot Updating Documentation --- images/docker-syncthing.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/images/docker-syncthing.md b/images/docker-syncthing.md index e6074281e..198c9ffd1 100644 --- a/images/docker-syncthing.md +++ b/images/docker-syncthing.md @@ -65,6 +65,8 @@ services: - 22000:22000/tcp - 22000:22000/udp - 21027:21027/udp + sysctls: + - net.core.rmem_max=2097152 restart: unless-stopped ``` @@ -84,6 +86,7 @@ docker run -d \ -v /path/to/appdata/config:/config \ -v /path/to/data1:/data1 \ -v /path/to/data2:/data2 \ + --sysctl="net.core.rmem_max=2097152" \ --restart unless-stopped \ ghcr.io/linuxserver/syncthing ``` @@ -122,6 +125,7 @@ Docker images are configured using parameters passed at runtime (such as those a | Parameter | Function | | :-----: | --- | | `--hostname=` | Optionally the hostname can be defined. | +| `--sysctl=` | Raise maximum UDP buffer size. | ## Environment variables from files (Docker secrets) @@ -172,6 +176,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to ## Versions +* **03.05.21:** - Raise maximum UDP buffer size. * **03.05.21:** - Add port mapping for 22000/udp. * **29.01.21:** - Deprecate `UMASK_SET` in favor of UMASK in baseimage, see above for more information. * **23.01.21:** - Rebasing to alpine 3.13.