Add files via upload

This commit is contained in:
Joas A Santos
2025-08-17 00:00:22 -03:00
committed by GitHub
parent fbf604f68b
commit 30390208cc
41 changed files with 512 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
services:
dvwa:
image: vulnerables/web-dvwa
container_name: dvwa
ports:
- "8080:80"
environment:
- MYSQL_PASS=password
restart: unless-stopped