From 0d5305d0b12c19182236194159656c419ed11226 Mon Sep 17 00:00:00 2001 From: Oladapo Fadeyi Date: Fri, 16 Aug 2019 09:35:05 +0100 Subject: [PATCH] #33 | Ola | Reset the vertx-grpc container exposed port back to 8080 --- packs/vertx-grpc/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packs/vertx-grpc/Dockerfile b/packs/vertx-grpc/Dockerfile index 7b81b9513..6984dbc75 100644 --- a/packs/vertx-grpc/Dockerfile +++ b/packs/vertx-grpc/Dockerfile @@ -5,7 +5,7 @@ MAINTAINER Luminara Team # Set the location of the verticles ENV VERTX_HOME /usr/local/vertx -EXPOSE 9000 +EXPOSE 8080 # Launch the verticle WORKDIR $VERTX_HOME