mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-22 07:00:43 +08:00
11 lines
370 B
YAML
11 lines
370 B
YAML
services:
|
|
open-liberty-22:
|
|
image: open-liberty:22.0.0.12-full-java11-openj9
|
|
platform: linux/amd64
|
|
ports:
|
|
- "9080:9080"
|
|
- "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-jakarta.war:/config/dropins/app.war |