diff --git a/radicle-cli/src/commands/web.rs b/radicle-cli/src/commands/web.rs index 5776d62c..351663ff 100644 --- a/radicle-cli/src/commands/web.rs +++ b/radicle-cli/src/commands/web.rs @@ -70,7 +70,7 @@ impl Args for Options { Options { verbose, host: host.unwrap_or(String::from("0.0.0.0:8080")), - web: web.unwrap_or(String::from("0.0.0.0:3000")), + web: web.unwrap_or(String::from("localhost:3000")), }, vec![], ))