Skip to content

Commit

Permalink
modified the port 8001->8081 to match Vue.js demo
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitryKey authored Aug 17, 2020
1 parent 91bff1c commit c4790fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -653,10 +653,10 @@ This gives the current status of the server including number of requests, number
Alternatively, one may simply expose an HTTP port when starting a server via:

```bash
bert-serving-start -http_port 8001 -model_dir ...
bert-serving-start -http_port 8081 -model_dir ...
```

This will allow one to use javascript or `curl` to fetch the server status at port 8001.
This will allow one to use javascript or `curl` to fetch the server status at port 8081.

`plugin/dashboard/index.html` shows a simple dashboard based on Bootstrap and Vue.js.

Expand Down

0 comments on commit c4790fb

Please sign in to comment.