mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-09 14:50:56 +00:00
docker: Raise UDP buffer size in example (#7536)
This commit is contained in:
parent
7778f50b50
commit
34f0feb13a
@ -13,7 +13,8 @@ altered with the ``PUID`` and ``PGID`` environment variables.
|
||||
|
||||
```
|
||||
$ docker pull syncthing/syncthing
|
||||
$ docker run -p 8384:8384 -p 22000:22000/tcp -p 22000:22000/udp \
|
||||
$ docker run --sysctl net.core.rmem_max=2097152 \
|
||||
-p 8384:8384 -p 22000:22000/tcp -p 22000:22000/udp \
|
||||
-v /wherever/st-sync:/var/syncthing \
|
||||
syncthing/syncthing:latest
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user