mirror of
https://github.com/openfaas/faas.git
synced 2025-06-25 00:03:24 +00:00
Update faas gateway to 0.12.0
0.12.0 moves the Prometheus port to 8082 (internal) and not exposed on the network Signed-off-by: Alex Ellis <alexellis2@gmail.com>
This commit is contained in:
@ -3,7 +3,7 @@ services:
|
|||||||
gateway:
|
gateway:
|
||||||
ports:
|
ports:
|
||||||
- 8080:8080
|
- 8080:8080
|
||||||
image: openfaas/gateway:0.11.1
|
image: openfaas/gateway:0.12.0
|
||||||
networks:
|
networks:
|
||||||
- functions
|
- functions
|
||||||
environment:
|
environment:
|
||||||
|
Reference in New Issue
Block a user