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 372f70e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ 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
CMD ./forwarder -l $LISTEN_ADDR -r $REDIRECT_ADDR -p $PASSPHRASE $OTHER_ARGS

0 comments on commit 372f70e

Please sign in to comment.