vulstudy/DVWA/docker-compose.yml

8 lines
88 B
Bash

version: '2'
services:
web:
#build: .
image: c0ny1/dvwa:v1.9
ports:
- "80:80"