mirror of
https://github.com/openfaas/faas.git
synced 2025-06-09 16:56:47 +00:00
fix port in README (#3)
This commit is contained in:
parent
e2a6eebdef
commit
afab4e32e6
@ -36,10 +36,10 @@ nnlzo6u3pilg func_prometheus.1 quay.io/prometheus/prometheus:latest moby Ru
|
||||
* Your function can be accessed via the gateway like this:
|
||||
|
||||
```
|
||||
# curl -X POST http://localhost:3000/function/func_hubstats -d "alexellis2"
|
||||
# curl -X POST http://localhost:8080/function/func_hubstats -d "alexellis2"
|
||||
The organisation or user alexellis2 has 99 repositories on the Docker hub.
|
||||
|
||||
# curl -X POST http://localhost:3000/function/func_hubstats -d "library"
|
||||
# curl -X POST http://localhost:8080/function/func_hubstats -d "library"
|
||||
The organisation or user library has 128 repositories on the Docker hub.
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user