mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-25 00:11:52 +08:00
feat: support open-liberty javaee
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
services:
|
||||
open-liberty-25:
|
||||
image: open-liberty:25.0.0.12-full-java17-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.war:/config/dropins/app.war
|
||||
Reference in New Issue
Block a user