mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-24 16:01:52 +08:00
feat: logRemover support Logger.info and warning
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
services:
|
||||
glassfish4:
|
||||
image: harbor.corp.boundaryx.net/cloudrasp/glassfish:4.1.2
|
||||
container_name: glassfish4
|
||||
ports:
|
||||
- "8080:8080"
|
||||
- "5005:5005"
|
||||
environment:
|
||||
JAVA_OPTS: -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005
|
||||
volumes:
|
||||
- ../../../vul-webapp/build/libs/vul-webapp.war:/usr/local/glassfish4/glassfish/domains/domain1/autodeploy/app.war
|
||||
Reference in New Issue
Block a user