diff options
Diffstat (limited to 'weed/command/filer.go')
| -rw-r--r-- | weed/command/filer.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/command/filer.go b/weed/command/filer.go index eb7078a9d..0f1e63df6 100644 --- a/weed/command/filer.go +++ b/weed/command/filer.go @@ -126,7 +126,7 @@ var cmdFiler = &Command{ func runFiler(cmd *Command, args []string) bool { if *f.debug { - go http.ListenAndServe("localhost:6060", nil) + go http.ListenAndServe(":6060", nil) } util.LoadConfiguration("security", false) |
