Bot Updating Documentation

pull/40/head
LinuxServer-CI 2021-05-22 15:20:36 +01:00
rodzic cf5fef0754
commit 1edf6fdce5
1 zmienionych plików z 1 dodań i 4 usunięć

Wyświetl plik

@ -65,8 +65,6 @@ services:
- 22000:22000/tcp
- 22000:22000/udp
- 21027:21027/udp
sysctls:
- net.core.rmem_max=2097152
restart: unless-stopped
```
@ -86,7 +84,6 @@ 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
```
@ -125,7 +122,6 @@ 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)
@ -176,6 +172,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to
## Versions
* **12.05.21:** - Remove sysctl parameter again
* **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.