Merge pull request #131 from JonasAlfredsson/expose_udp

Declare forwarding of both TCP and UDP in EXPOSE statement
This commit is contained in:
Roxedus
2021-05-22 17:31:37 +02:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -69,5 +69,5 @@ RUN \
COPY root/ /
# ports and volumes
EXPOSE 9091 51413
EXPOSE 9091 51413/tcp 51413/udp
VOLUME /config /downloads /watch

View File

@@ -69,5 +69,5 @@ RUN \
COPY root/ /
# ports and volumes
EXPOSE 9091 51413
EXPOSE 9091 51413/tcp 51413/udp
VOLUME /config /downloads /watch

View File

@@ -69,5 +69,5 @@ RUN \
COPY root/ /
# ports and volumes
EXPOSE 9091 51413
EXPOSE 9091 51413/tcp 51413/udp
VOLUME /config /downloads /watch