add port to default address flag
port is required and things will break otherwise
This commit is contained in:
parent
7410c057c6
commit
de1574d21f
@ -95,7 +95,7 @@ var runCmd = &cli.Command{
|
||||
&cli.StringFlag{
|
||||
Name: "address",
|
||||
Usage: "locally reachable address",
|
||||
Value: "0.0.0.0",
|
||||
Value: "0.0.0.0:3456",
|
||||
},
|
||||
&cli.BoolFlag{
|
||||
Name: "no-local-storage",
|
||||
|
Loading…
Reference in New Issue
Block a user