Adding lines to the docker configuration that enables remote debugging for java
This commit is contained in:
@@ -19,6 +19,9 @@ services:
|
||||
- target: 80
|
||||
# published is what's on the host machine
|
||||
published: "${APP_PORT}"
|
||||
#These are the ports used for remote debugging the JRE
|
||||
- target: 8000
|
||||
published: 8052
|
||||
volumes:
|
||||
- type: bind
|
||||
source: ../gemp-lotr-async/src/main/web
|
||||
|
||||
Reference in New Issue
Block a user