new default port

This commit is contained in:
Bryan Stitt 2022-05-06 06:33:29 +00:00
parent e4cb299f73
commit ef86625fdb
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ WORKDIR /usr/src/web3-proxy
COPY . .
RUN --mount=type=cache,target=/usr/local/cargo/registry \
--mount=type=cache,target=/usr/src/web3-proxy/target \
cargo install --path ./web3-proxy
cargo install --locked --path ./web3-proxy
FROM debian:buster-slim

View File

@ -11,7 +11,7 @@ use crate::Web3ProxyApp;
/// Reach new heights.
pub struct CliConfig {
/// what port the proxy should listen on
#[argh(option, default = "8445")]
#[argh(option, default = "8544")]
pub listen_port: u16,
/// what port the proxy should listen on