Skip to content

Commit

Permalink
add OTHER_ARGS to docker environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Arian8j2 committed Jan 15, 2024
1 parent 1e09596 commit a6a8446
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ COPY --from=builder /app/target/x86_64-unknown-linux-musl/release/forwarder forw
ENV LISTEN_ADDR=0.0.0.0:1001 \
REDIRECT_ADDR=127.0.0.1:8585 \
PASSPHRASE=haha
CMD ./forwarder -l $LISTEN_ADDR -r $REDIRECT_ADDR -p $PASSPHRASE
OTHER_ARGS=
CMD ./forwarder -l $LISTEN_ADDR -r $REDIRECT_ADDR -p $PASSPHRASE $OTHER_ARGS

0 comments on commit a6a8446

Please sign in to comment.