vulstudy/sqli-labs/docker-compose.yml

8 lines
92 B
YAML

version: '2'
services:
web:
#build: .
image: c0ny1/sqli-labs:0.1
ports:
- "80:80"