From 9e6af372cc846452b483faef8f827bb5fc724ff0 Mon Sep 17 00:00:00 2001
From: Michael Winsauer <e1429715@student.tuwien.ac.at>
Date: Thu, 17 Jan 2019 20:22:57 +0100
Subject: [PATCH] Fix camunda port mapping

There is no service running on 8085, so we need to map 8080 to 8085.
---
 g6t4 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/g6t4 b/g6t4
index ccd58bd..73fe4e8 100644
--- a/g6t4
+++ b/g6t4
@@ -4,7 +4,7 @@ services:
     build: ./camunda-overlay
     container_name: camunda
     ports:
-      - "8085:8085"
+      - "8085:8080"
     restart: always
     depends_on:
       - service-analysis
-- 
2.43.0