Files
MemShellParty/integration-test/docker-compose/websphere/docker-compose-700.yaml
T
2026-04-26 21:33:15 +08:00

12 lines
406 B
YAML

services:
was700:
image: reajason/websphere:7.0.0.21
container_name: was700
environment:
JAVA_OPTS: -Xshareclasses:none
ports:
- "9080:9080"
- "9060:9060"
- "5005:7777" # 内置 7777 的调试端口
volumes:
- ../../../vul/vul-webapp/build/libs/vul-webapp.war:/opt/IBM/WebSphere/AppServer/profiles/AppSrv01/monitoredDeployableApps/servers/server1/app.war