Skip to content

Commit 03dfc65

Browse files
authored
Merge pull request #131 from JonasAlfredsson/expose_udp
Declare forwarding of both TCP and UDP in EXPOSE statement
2 parents 81c25f7 + 28762ce commit 03dfc65

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,5 @@ RUN \
6969
COPY root/ /
7070

7171
# ports and volumes
72-
EXPOSE 9091 51413
72+
EXPOSE 9091 51413/tcp 51413/udp
7373
VOLUME /config /downloads /watch

Dockerfile.aarch64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,5 @@ RUN \
6969
COPY root/ /
7070

7171
# ports and volumes
72-
EXPOSE 9091 51413
72+
EXPOSE 9091 51413/tcp 51413/udp
7373
VOLUME /config /downloads /watch

Dockerfile.armhf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,5 @@ RUN \
6969
COPY root/ /
7070

7171
# ports and volumes
72-
EXPOSE 9091 51413
72+
EXPOSE 9091 51413/tcp 51413/udp
7373
VOLUME /config /downloads /watch

0 commit comments

Comments
 (0)