new default port
This commit is contained in:
parent
e4cb299f73
commit
ef86625fdb
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user