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 1c87181 commit f93e9dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion derper/ip/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ WORKDIR /app
COPY --from=builder /app /app
# ========= CONFIG =========
# - derper args
ENV DERP_ADDR=443
ENV DERP_ADDR=:443
ENV DERP_HTTP_PORT=80
ENV DERP_HOST=127.0.0.1
ENV DERP_CERTS=/app/certs/
Expand Down

0 comments on commit f93e9dd

Please sign in to comment.