mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-26 00:41:52 +08:00
test: add more docker compose file
This commit is contained in:
@@ -0,0 +1,10 @@
|
|||||||
|
services:
|
||||||
|
tomcat66:
|
||||||
|
image: reajason/tomcat:6-jdk6
|
||||||
|
ports:
|
||||||
|
- "8080:8080"
|
||||||
|
- "5005:5005"
|
||||||
|
environment:
|
||||||
|
JAVA_OPTS: -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005
|
||||||
|
volumes:
|
||||||
|
- ../../../vul-webapp/build/libs/vul-webapp.war:/usr/local/tomcat/webapps/app.war
|
||||||
+2
-2
@@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
tomcat6063:
|
tomcat7085:
|
||||||
image: tomcat:6.0.53-jre7
|
image: tomcat:7.0.85-jre7
|
||||||
ports:
|
ports:
|
||||||
- "8080:8080"
|
- "8080:8080"
|
||||||
- "5005:5005"
|
- "5005:5005"
|
||||||
@@ -0,0 +1,10 @@
|
|||||||
|
services:
|
||||||
|
tomcat99:
|
||||||
|
image: tomcat:9-jre9
|
||||||
|
ports:
|
||||||
|
- "8081:8080"
|
||||||
|
# - "5005:5005"
|
||||||
|
environment:
|
||||||
|
JAVA_OPTS: -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:5005
|
||||||
|
volumes:
|
||||||
|
- ../../../vul-webapp/build/libs/vul-webapp.war:/usr/local/tomcat/webapps/app.war
|
||||||
Reference in New Issue
Block a user