mirror of
https://github.com/CyberSecurityUP/NeuroSploit.git
synced 2026-08-09 03:06:02 +02:00
Add files via upload
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
services:
|
||||
dvwa:
|
||||
image: vulnerables/web-dvwa
|
||||
container_name: dvwa
|
||||
ports:
|
||||
- "8080:80"
|
||||
environment:
|
||||
- MYSQL_PASS=password
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user