vulstudy/XSS-challenge-tour/docker-compose.yml

8 lines
96 B
Bash

version: '2'
services:
web:
#build: .
image: c0ny1/xssed:latest
ports:
- "80:80"