feat: 添加Postgre测试靶场

This commit is contained in:
ZacharyZcR
2024-12-20 19:35:26 +08:00
parent 92217f572f
commit 763da727ac
2 changed files with 19 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
docker build -t postgres-server .
docker run -d \
-p 5432:5432 \
--name postgres-container \
postgres-server