kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
cf5fef0754
commit
1edf6fdce5
|
@ -65,8 +65,6 @@ services:
|
||||||
- 22000:22000/tcp
|
- 22000:22000/tcp
|
||||||
- 22000:22000/udp
|
- 22000:22000/udp
|
||||||
- 21027:21027/udp
|
- 21027:21027/udp
|
||||||
sysctls:
|
|
||||||
- net.core.rmem_max=2097152
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -86,7 +84,6 @@ docker run -d \
|
||||||
-v /path/to/appdata/config:/config \
|
-v /path/to/appdata/config:/config \
|
||||||
-v /path/to/data1:/data1 \
|
-v /path/to/data1:/data1 \
|
||||||
-v /path/to/data2:/data2 \
|
-v /path/to/data2:/data2 \
|
||||||
--sysctl="net.core.rmem_max=2097152" \
|
|
||||||
--restart unless-stopped \
|
--restart unless-stopped \
|
||||||
ghcr.io/linuxserver/syncthing
|
ghcr.io/linuxserver/syncthing
|
||||||
```
|
```
|
||||||
|
@ -125,7 +122,6 @@ Docker images are configured using parameters passed at runtime (such as those a
|
||||||
| Parameter | Function |
|
| Parameter | Function |
|
||||||
| :-----: | --- |
|
| :-----: | --- |
|
||||||
| `--hostname=` | Optionally the hostname can be defined. |
|
| `--hostname=` | Optionally the hostname can be defined. |
|
||||||
| `--sysctl=` | Raise maximum UDP buffer size. |
|
|
||||||
|
|
||||||
## Environment variables from files (Docker secrets)
|
## Environment variables from files (Docker secrets)
|
||||||
|
|
||||||
|
@ -176,6 +172,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to
|
||||||
|
|
||||||
## Versions
|
## Versions
|
||||||
|
|
||||||
|
* **12.05.21:** - Remove sysctl parameter again
|
||||||
* **03.05.21:** - Raise maximum UDP buffer size.
|
* **03.05.21:** - Raise maximum UDP buffer size.
|
||||||
* **03.05.21:** - Add port mapping for 22000/udp.
|
* **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.
|
* **29.01.21:** - Deprecate `UMASK_SET` in favor of UMASK in baseimage, see above for more information.
|
||||||
|
|
Ładowanie…
Reference in New Issue