Expose 22000/udp in Dockerfile

This commit is contained in:
bt90 2021-03-30 20:21:45 +02:00 committed by otbutz
parent 11bc2874f2
commit 2d5662ae20
3 changed files with 3 additions and 3 deletions

View File

@ -57,5 +57,5 @@ COPY --from=buildstage /tmp/sync/syncthing /usr/bin/
COPY root/ /
# ports and volumes
EXPOSE 8384 22000 21027/UDP
EXPOSE 8384 22000/tcp 22000/udp 21027/UDP
VOLUME /config

View File

@ -57,5 +57,5 @@ COPY --from=buildstage /tmp/sync/syncthing /usr/bin/
COPY root/ /
# ports and volumes
EXPOSE 8384 22000 21027/UDP
EXPOSE 8384 22000/tcp 22000/udp 21027/UDP
VOLUME /config

View File

@ -57,5 +57,5 @@ COPY --from=buildstage /tmp/sync/syncthing /usr/bin/
COPY root/ /
# ports and volumes
EXPOSE 8384 22000 21027/UDP
EXPOSE 8384 22000/tcp 22000/udp 21027/UDP
VOLUME /config