mirror of
https://github.com/linuxserver/docker-transmission.git
synced 2025-10-27 15:16:05 +01:00
Declare forwarding of both TCP and UDP in EXPOSE statement
To go in line with the README I think it would be appropriate to inform directly in the Dockerfile that port 51413 expects both TCP and UDP traffic to be forwarded.
This commit is contained in:
@@ -63,5 +63,5 @@ RUN \
|
|||||||
COPY root/ /
|
COPY root/ /
|
||||||
|
|
||||||
# ports and volumes
|
# ports and volumes
|
||||||
EXPOSE 9091 51413
|
EXPOSE 9091 51413/tcp 51413/udp
|
||||||
VOLUME /config /downloads /watch
|
VOLUME /config /downloads /watch
|
||||||
|
|||||||
@@ -62,6 +62,5 @@ RUN \
|
|||||||
COPY root/ /
|
COPY root/ /
|
||||||
|
|
||||||
# ports and volumes
|
# ports and volumes
|
||||||
EXPOSE 9091 51413
|
EXPOSE 9091 51413/tcp 51413/udp
|
||||||
VOLUME /config /downloads /watch
|
VOLUME /config /downloads /watch
|
||||||
|
|
||||||
|
|||||||
@@ -62,6 +62,5 @@ RUN \
|
|||||||
COPY root/ /
|
COPY root/ /
|
||||||
|
|
||||||
# ports and volumes
|
# ports and volumes
|
||||||
EXPOSE 9091 51413
|
EXPOSE 9091 51413/tcp 51413/udp
|
||||||
VOLUME /config /downloads /watch
|
VOLUME /config /downloads /watch
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user