Skip to content

Commit

Permalink
fix: ip bind (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
monkeyWie authored Nov 8, 2022
1 parent 1af0b21 commit 93c14dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/web/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func main() {
}
cfg := &model.StartConfig{
Network: "tcp",
Address: "127.0.0.1:9999",
Address: "0.0.0.0:9999",
Storage: model.StorageBolt,
WebEnable: true,
WebFS: sub,
Expand Down

0 comments on commit 93c14dc

Please sign in to comment.