mirror of
https://github.com/openfaas/faas.git
synced 2025-06-10 09:16:48 +00:00
- this caused confusion for a user who had logged in for "127.0.0.1", but not for "localhost" then saw an error when deploying and trying to access "localhost" for which there was no credential available. Signed-off-by: Alex Ellis (VMware) <alexellis2@gmail.com>
10 lines
150 B
YAML
10 lines
150 B
YAML
provider:
|
|
name: faas
|
|
gateway: http://127.0.0.1:8080
|
|
|
|
functions:
|
|
helloc:
|
|
lang: Dockerfile
|
|
handler: ./src
|
|
image: alexellis/helloc:0.1
|