mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-25 00:11:52 +08:00
feat: support resin shell generate
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user