We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31b2c65 commit bb74dd6Copy full SHA for bb74dd6
docker-compose.yml
@@ -13,11 +13,12 @@ services:
13
- VulnerableApp-base
14
- VulnerableApp-jsp
15
- VulnerableApp-php
16
- image: sasanlabs/owasp-vulnerableapp-facade:1.2.1
+ # All services use :latest tag for consistency and easier deployment
17
+ image: sasanlabs/owasp-vulnerableapp-facade:latest
18
volumes:
19
- ./templates:/etc/nginx/templates
20
ports:
21
- "80:80"
22
environment:
23
- NGINX_HOST=foobar.com
- - NGINX_PORT=80
24
+ - NGINX_PORT=80
0 commit comments