9 lines
161 B
YAML
9 lines
161 B
YAML
|
|
version: '3'
|
||
|
|
services:
|
||
|
|
nginx:
|
||
|
|
image: vulhub/nginx:heartbleed
|
||
|
|
container_name: CVE-2014-0160
|
||
|
|
volumes:
|
||
|
|
- ./www:/var/www/html
|
||
|
|
ports:
|
||
|
|
- "443:443"
|