Skip to content

Commit

Permalink
performance workflows fix ipv6 listening to server
Browse files Browse the repository at this point in the history
  • Loading branch information
parvit committed Apr 21, 2024
1 parent 43975c4 commit 6a2595b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/server-env/server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ ENV BUILDKIT_PROGRESS "plain"
ENV QPEP_BACKEND="quic-go"
ENV QPEP_CCA="reno"
ENV QPEP_SLOWSTART="basic"
ENV QPEP_ADDRESS="127.0.0.1"
ENV QPEP_GATEWAY="127.0.0.1"

ARG GO_VERSION="1.20.14"
ARG QPEP_REPO="https://github.com/Project-Faster/qpep.git"
Expand Down

0 comments on commit 6a2595b

Please sign in to comment.