Skip to content

Commit

Permalink
fix (docker): fixed typo in port enumeration
Browse files Browse the repository at this point in the history
  • Loading branch information
Mario Lukas committed Sep 21, 2022
1 parent efdbd47 commit 38c41c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ COPY --from=0 /hydraplay /app/hydraplay

EXPOSE 1705
EXPOSE 1704
EXPOSE 6670-6099
EXPOSE 6680-6699
EXPOSE 8080
EXPOSE 80
EXPOSE 443
Expand Down
4 changes: 1 addition & 3 deletions docker/Dockerfile.ui.dev
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,9 @@ RUN export SNAPCAST_ARCH=$TARGETARCH \

EXPOSE 1705
EXPOSE 1704
EXPOSE 6000-7000
EXPOSE 6680-6699
EXPOSE 8080
EXPOSE 80
EXPOSE 443
EXPOSE 5353
EXPOSE 32768-61000

ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit 38c41c5

Please sign in to comment.