Files
MemShellParty/integration-test/docker-compose/resin/docker-compose-4.0.58.yaml
T
ReaJason 99c53b6287 feat: support resin agnet shell(#20)
hook point is com.caucho.server.dispatch.FilterFilterChain.doFilter (resolved #20)
2025-01-07 20:28:51 +08:00

11 lines
342 B
YAML

services:
resin4058:
image: reajason/resin:4.0.58
container_name: resin4058
ports:
- "8080:8080"
- "5005:5005"
environment:
JAVA_OPTS: -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005
volumes:
- ../../../vul/vul-webapp/build/libs/vul-webapp.war:/usr/local/resin4/webapps/app.war