docker: Expose 22000/udp (#7421)

Co-authored-by: otbutz <tbutz@optitool.de>
This commit is contained in:
bt90
2021-03-02 20:42:25 +01:00
committed by GitHub
parent 56b5352f64
commit e2120c4728
3 changed files with 3 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ altered with the ``PUID`` and ``PGID`` environment variables.
```
$ docker pull syncthing/syncthing
$ docker run -p 8384:8384 -p 22000:22000 \
$ docker run -p 8384:8384 -p 22000:22000/tcp -p 22000:22000/udp \
-v /wherever/st-sync:/var/syncthing \
syncthing/syncthing:latest
```