diff options
Diffstat (limited to 'weed/command/server.go')
| -rw-r--r-- | weed/command/server.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/command/server.go b/weed/command/server.go index 83aa5e84c..19fe8607b 100644 --- a/weed/command/server.go +++ b/weed/command/server.go @@ -143,7 +143,7 @@ func init() { func runServer(cmd *Command, args []string) bool { if *serverOptions.debug { - go http.ListenAndServe("localhost:6060", nil) + go http.ListenAndServe(":6060", nil) } util.LoadConfiguration("security", false) |
