mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-22 07:00:43 +08:00
feat: support resin shell generate
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
services:
|
||||
resin3116:
|
||||
image: reajason/resin:3.1.16
|
||||
container_name: resin3116
|
||||
ports:
|
||||
- "8080:8080"
|
||||
environment:
|
||||
JAVA_OPTS: -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005
|
||||
volumes:
|
||||
- ../../../vul-webapp/build/libs/vul-webapp.war:/usr/local/resin3/webapps/app.war
|
||||
@@ -0,0 +1,11 @@
|
||||
services:
|
||||
resin318:
|
||||
image: reajason/resin:3.1.8-jdk7
|
||||
container_name: resin318
|
||||
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/resin3/webapps/app.war
|
||||
@@ -0,0 +1,10 @@
|
||||
services:
|
||||
resin4058:
|
||||
image: reajason/resin:4.0.58
|
||||
container_name: resin4058
|
||||
ports:
|
||||
- "8080:8080"
|
||||
environment:
|
||||
JAVA_OPTS: -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005
|
||||
volumes:
|
||||
- ../../../vul-webapp/build/libs/vul-webapp.war:/usr/local/resin4/webapps/app.war
|
||||
@@ -0,0 +1,11 @@
|
||||
services:
|
||||
resin4067:
|
||||
image: reajason/resin:4.0.67-jdk11
|
||||
container_name: resin4067
|
||||
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/resin4/webapps/app.war
|
||||
Reference in New Issue
Block a user