summaryrefslogtreecommitdiffstats
path: root/docker-compose
diff options
context:
space:
mode:
authorvasraz <vasyl.razinkov@est.tech>2022-09-07 12:04:28 +0100
committerVasyl Razinkov <vasyl.razinkov@est.tech>2022-09-07 11:07:06 +0000
commit9bf89a232e97f9f9cbd71da9d8784cdf9b17004e (patch)
tree952c51ae6a821754e68ee1b978c58d0492865a75 /docker-compose
parent4a0754b568db469dfe6f45adb5d510c4e8dfdd8c (diff)
Update vulnerable dependencies
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Change-Id: I35281d3e8992e1eefd3a790189244a3e67d96f17 Issue-ID: SDC-4152
Diffstat (limited to 'docker-compose')
-rw-r--r--docker-compose/debug.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docker-compose/debug.yml b/docker-compose/debug.yml
index 62cacf82..72b1fe16 100644
--- a/docker-compose/debug.yml
+++ b/docker-compose/debug.yml
@@ -8,10 +8,10 @@ services:
ports:
- "${BACKEND_DEBUG_PORT}:${BACKEND_DEBUG_PORT}"
environment:
- - JAVA_OPTIONS=${JAVA_OPTIONS} -Xdebug -agentlib:jdwp=transport=dt_socket,address=${BACKEND_DEBUG_PORT},server=y,suspend=n
+ - JAVA_OPTIONS=${JAVA_OPTIONS} -Xdebug -agentlib:jdwp=transport=dt_socket,address=*:${BACKEND_DEBUG_PORT},server=y,suspend=n
sdc-workflow-frontend:
ports:
- "${FRONTEND_DEBUG_PORT}:${FRONTEND_DEBUG_PORT}"
environment:
- - JAVA_OPTIONS=${JAVA_OPTIONS} -Xdebug -agentlib:jdwp=transport=dt_socket,address=${FRONTEND_DEBUG_PORT},server=y,suspend=n \ No newline at end of file
+ - JAVA_OPTIONS=${JAVA_OPTIONS} -Xdebug -agentlib:jdwp=transport=dt_socket,address=*:${FRONTEND_DEBUG_PORT},server=y,suspend=n