mirror of
https://github.com/syncthing/syncthing.git
synced 2025-12-23 22:18:14 -05:00
docker: Expose 22000/udp (#7421)
Co-authored-by: otbutz <tbutz@optitool.de>
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user