SomeNet
/
public repos
/
pub
/
jan
/
aic18.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
23b3c74
)
Fix camunda port mapping
author
Michael Winsauer
<e1429715@student.tuwien.ac.at>
Thu, 17 Jan 2019 19:22:57 +0000
(20:22 +0100)
committer
Michael Winsauer
<e1429715@student.tuwien.ac.at>
Thu, 17 Jan 2019 19:22:57 +0000
(20:22 +0100)
There is no service running on 8085, so we need to map 8080 to 8085.
g6t4
patch
|
blob
|
history
diff --git
a/g6t4
b/g6t4
index ccd58bde77482084aa11edf7922e9fa787c20910..73fe4e892c90850a5ec5a081791791dfd12bd0af 100644
(file)
--- a/
g6t4
+++ b/
g6t4
@@
-4,7
+4,7
@@
services:
build: ./camunda-overlay
container_name: camunda
ports:
- - "8085:808
5
"
+ - "8085:808
0
"
restart: always
depends_on:
- service-analysis