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
co-authored by otbutz
parent 56b5352f64
commit e2120c4728
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ RUN rm -f syncthing && go run build.go -no-upgrade build syncthing
FROM alpine
EXPOSE 8384 22000 21027/udp
EXPOSE 8384 22000/tcp 22000/udp 21027/udp
VOLUME ["/var/syncthing"]