mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-21 22:50:42 +08:00
10 lines
321 B
YAML
10 lines
321 B
YAML
services:
|
|
jetty66:
|
|
image: reajason/jetty:6.1-jdk6
|
|
ports:
|
|
- "8080:8080"
|
|
- "5005:5005"
|
|
# environment:
|
|
# JAVA_TOOL_OPTIONS: -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005
|
|
volumes:
|
|
- ../../../vul/vul-webapp/build/libs/vul-webapp.war:/usr/local/jetty/webapps/app.war |