From fd055379e642bdcd622c5cd0997316e74cfce2a9 Mon Sep 17 00:00:00 2001 From: Alex Ellis <alexellis2@gmail.com> Date: Wed, 3 Apr 2019 09:39:27 +0100 Subject: [PATCH] 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> --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index d9b5d443..f976701a 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -3,7 +3,7 @@ services: gateway: ports: - 8080:8080 - image: openfaas/gateway:0.11.1 + image: openfaas/gateway:0.12.0 networks: - functions environment: -- GitLab