Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowofgost authored Sep 10, 2024
1 parent fcb6548 commit 1cf6b81
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions derper/ip/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ WORKDIR /app
COPY --from=builder /app /app
# ========= CONFIG =========
# - derper args
ENV DERP_ADDR :443
ENV DERP_HTTP_PORT 80
ENV DERP_ADDR=443
ENV DERP_HTTP_PORT=80
ENV DERP_HOST=127.0.0.1
ENV DERP_CERTS=/app/certs/
ENV DERP_STUN true
ENV DERP_VERIFY_CLIENTS false
ENV DERP_STUN=true
ENV DERP_VERIFY_CLIENTS=false
# ==========================
# build self-signed certs && start derper
CMD /app/derper --hostname=$DERP_HOST \
Expand Down

0 comments on commit 1cf6b81

Please sign in to comment.