From e838bbb206159ffae2ecdb3759dbb267aeaea2b8 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Mon, 3 May 2021 17:02:42 -0400 Subject: [PATCH] Bot Updating Templated Files --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 12bcd8b..44f241f 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,8 @@ services: - 22000:22000/tcp - 22000:22000/udp - 21027:21027/udp + sysctls: + - net.core.rmem_max=2097152 restart: unless-stopped ``` @@ -109,6 +111,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 ``` @@ -130,6 +133,7 @@ Container images are configured using parameters passed at runtime (such as thos | `-v /config` | Configuration files. | | `-v /data1` | Data1 | | `-v /data2` | Data2 | +| `--sysctl=` | Raise maximum UDP buffer size. | ## Environment variables from files (Docker secrets) @@ -240,6 +244,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64 ## 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.