test: add some docker-compose.yaml

This commit is contained in:
ReaJason
2025-08-14 00:03:20 +08:00
parent e006814e96
commit 6896426811
18 changed files with 96 additions and 13 deletions
@@ -0,0 +1,6 @@
services:
jboss:
image: vulhub/jboss:as-6.1.0
ports:
- "9990:9990"
- "8080:8080"