We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5764f8e commit 1a86936Copy full SHA for 1a86936
1 file changed
cmd/start.go
@@ -70,7 +70,7 @@ var startCmd = &cobra.Command{
70
}
71
72
73
- err = http.ListenAndServe(fmt.Sprint(":", port), nil)
+ err = http.ListenAndServe(fmt.Sprintf("0.0.0.0:%d", port), nil)
74
fmt.Println("bye~")
75
if err != nil {
76
panic(err)
0 commit comments