mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-21 22:50:42 +08:00
test: add some docker-compose.yaml
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
services:
|
||||
tomcat1121:
|
||||
image: tomcat:11.0-jre21
|
||||
ports:
|
||||
- "8080:8080"
|
||||
- "5005:5005"
|
||||
environment:
|
||||
JAVA_OPTS: -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:5005
|
||||
volumes:
|
||||
- ../../../vul/vul-webapp-jakarta/build/libs/vul-webapp-jakarta.war:/usr/local/tomcat/webapps/app.war
|
||||
@@ -3,7 +3,7 @@ services:
|
||||
image: tomcat:9-jre9
|
||||
ports:
|
||||
- "8081:8080"
|
||||
# - "5005:5005"
|
||||
- "5005:5005"
|
||||
environment:
|
||||
JAVA_OPTS: -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:5005
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user