mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-21 22:50:42 +08:00
10 lines
322 B
YAML
10 lines
322 B
YAML
services:
|
|
resin4058:
|
|
image: reajason/resin:4.0.58
|
|
container_name: resin4058
|
|
ports:
|
|
- "8081:8080"
|
|
environment:
|
|
JAVA_OPTS: -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005
|
|
volumes:
|
|
- ../../../vul/vul-webapp/build/libs/vul-webapp.war:/usr/local/resin4/webapps/app.war |