mirror of
https://github.com/fredliang44/derper-docker.git
synced 2025-10-01 00:46:01 +08:00
fix: adjust to package boolean usage
This commit is contained in:
parent
2bb427e626
commit
72f0e7204f
1 changed files with 7 additions and 1 deletions
|
@ -19,5 +19,11 @@ ENV DERP_VERIFY_CLIENTS false
|
|||
|
||||
COPY --from=builder /go/bin/derper .
|
||||
|
||||
CMD /app/derper --hostname $DERP_DOMAIN --certmode $DERP_CERT_MODE --certdir $DERP_CERT_DIR --a $DERP_ADDR --stun $DERP_STUN --http-port $DERP_HTTP_PORT --verify-clients $DERP_VERIFY_CLIENTS
|
||||
CMD /app/derper --hostname=$DERP_DOMAIN \
|
||||
--certmode=$DERP_CERT_MODE \
|
||||
--certdir=$DERP_CERT_DIR \
|
||||
--a=$DERP_ADDR \
|
||||
--stun=$DERP_STUN \
|
||||
--http-port=$DERP_HTTP_PORT \
|
||||
--verify-clients=$DERP_VERIFY_CLIENTS
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue