Skip to content

Commit

Permalink
feat(derper): add EXPOSE
Browse files Browse the repository at this point in the history
add EXPOSE

Signed-off-by: kovacs <[email protected]>
  • Loading branch information
mritd committed Oct 19, 2022
1 parent d38af93 commit 1ac6108
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions derper/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ build:
ENV DERP_STUN true
ENV DERP_STUN_PORT 3456
ENV DERP_VERIFY_CLIENTS true

EXPOSE 8080/tcp
EXPOSE 3456/udp

BUILD +build-derper

Expand Down

0 comments on commit 1ac6108

Please sign in to comment.