Skip to content

Commit 9a2be81

Browse files
author
John McCambridge
committed
packages/server/src/cli.ts
1 parent 5a1eb85 commit 9a2be81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/server/src/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ commander.version(process.env.VERSION || "development")
2424
.option("-e, --extensions-dir <dir>", "Set the root path for extensions.")
2525
.option("-d --user-data-dir <dir>", " Specifies the directory that user data is kept in, useful when running as root.")
2626
.option("--data-dir <value>", "DEPRECATED: Use '--user-data-dir' instead. Customize where user-data is stored.")
27-
.option("-h, --host <value>", "Customize the hostname.", "0.0.0.0")
27+
.option("-h, --host <value>", "Customize the hostname.", "127.0.0.1")
2828
.option("-o, --open", "Open in the browser on startup.", false)
2929
.option("-p, --port <number>", "Port to bind on.", 8443)
3030
.option("-N, --no-auth", "Start without requiring authentication.", undefined)

0 commit comments

Comments
 (0)