mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-23 07:21:53 +08:00
8 lines
200 B
YAML
8 lines
200 B
YAML
services:
|
|
jetty927:
|
|
image: jetty:9.2-jre7
|
|
ports:
|
|
- "8080:8080"
|
|
- "5005:5005"
|
|
volumes:
|
|
- ../../../vul/vul-webapp/build/libs/vul-webapp.war:/var/lib/jetty/webapps/app.war |