Skip to content

Commit

Permalink
Zed lake service should listen only on localhost by default (#3091)
Browse files Browse the repository at this point in the history
  • Loading branch information
philrz authored Jun 12, 2024
1 parent f206567 commit 9c37575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/zed-node/src/lake.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export class Lake {
const args = [
'serve',
'-l',
':' + this.port,
this.addr(),
'-lake',
this.root,
'-manage=5m',
Expand Down

0 comments on commit 9c37575

Please sign in to comment.