mirror of
https://github.com/linuxserver/docker-syncthing.git
synced 2026-02-19 20:04:00 +08:00
Bot Updating Templated Files
This commit is contained in:
parent
1f2a44b1af
commit
e838bbb206
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user