mirror of
https://github.com/linuxserver/docker-syncthing.git
synced 2026-02-19 20:04:00 +08:00
Expose 22000/udp in Dockerfile
This commit is contained in:
parent
11bc2874f2
commit
2d5662ae20
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user