mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-21 22:50:42 +08:00
10 lines
352 B
YAML
10 lines
352 B
YAML
services:
|
|
was700:
|
|
image: reajason/websphere:7.0.0.21
|
|
container_name: was700
|
|
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 |