diff --git a/wiki/docker-images/linuxserver_-_syncthing.md b/wiki/docker-images/linuxserver_-_syncthing.md index 5adbd58..09424e6 100644 --- a/wiki/docker-images/linuxserver_-_syncthing.md +++ b/wiki/docker-images/linuxserver_-_syncthing.md @@ -49,7 +49,8 @@ docker pull linuxserver/syncthing docker run --name syncthing \ --restart unless-stopped \ -p 8384:8384 \ - -p 22000:22000 \ + -p 22000:22000/tcp \ + -p 22000:22000/udp \ -p 21027:21027/udp \ -v syncthing_config:/config \ -e PUID=0 \