Files
VulnRange/Ranges/imagemagick/CVE-2016–3714/docker-compose.yml
wintrysec 173dbc4ab5 🎉VulnRange
2020-09-21 23:19:59 +08:00

9 lines
137 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

version: '3'
services:
apache:
build: .
container_name: CVE-20163714
volumes:
- ./www:/var/www/html
ports:
- "80"