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

8 lines
111 B
Bash
Executable File

version: '2'
services:
web:
#build: .
image: c0ny1/xss-challenge-tour:latest
ports:
- "8091:80"