Developing lightweight computation at the DSG edge
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Roger Pueyo Centelles
antidote-java-tutorial
Commits
3706bf66
Commit
3706bf66
authored
Jun 17, 2019
by
Peter Zeller
Browse files
update Java version in dockercompose file
parent
ae42eb6e
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup/docker-compose.yml
View file @
3706bf66
...
...
@@ -27,7 +27,7 @@ services:
-
local2
server1
:
image
:
java:8
image
:
openjdk:12
volumes
:
-
../bookstore/build/libs:/code
command
:
"
java
-jar
bookstore.jar
1"
...
...
@@ -38,7 +38,7 @@ services:
-
local1
server2
:
image
:
java:8
image
:
openjdk:12
volumes
:
-
../bookstore/build/libs:/code
command
:
"
java
-jar
bookstore.jar
2"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment