-
-
Notifications
You must be signed in to change notification settings - Fork 424
Closed
Labels
🐛 bugSomething isn't workingSomething isn't working
Description
Hi, Im using a docker version:
Content of docker-compose.yml:
services:
reverseproxy:
container_name: reverse-proxy-nginx
ports:
- '80:80'
volumes:
- ./proxy.conf:/etc/nginx/conf.d/proxy.conf:ro
environment:
- PROXY=1
image: owasp/modsecurity-crs:nginx
networks:
reverse-proxy-nginx:
aliases:
- reverse-proxy-nginx
owasp-juice-shop:
container_name: owasp-juice-shop
image: vulnerables/web-dvwa
ports:
- '80'
networks:
reverse-proxy-nginx:
aliases:
- owasp-juice-shop
networks:
reverse-proxy-nginx:
external: true
Still Im seeing
Can you please tell why the rule 950-DATA-LEAK isnt working. Requesting speedy assistance , pls
Thanks & Regards,
@justlife4x4
Metadata
Metadata
Assignees
Labels
🐛 bugSomething isn't workingSomething isn't working