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
@@ -1,7 +1,7 @@
FROM alpine
ARG TARGETARCH
EXPOSE 8384 22000 21027/udp
EXPOSE 8384 22000/tcp 22000/udp 21027/udp
VOLUME ["/var/syncthing"]