Update .env

This commit is contained in:
orianelou
2025-12-28 11:03:59 +02:00
committed by GitHub
parent 53e1c1e189
commit 98cc09df19

View File

@@ -47,7 +47,7 @@ COMPOSE_PROFILES=
## Make sure to also adjust the nginx.conf file in NGINX_CONFIG folder ## Make sure to also adjust the nginx.conf file in NGINX_CONFIG folder
## to include a proxy_pass directive forwarding external traffic on e.g. port 80 to the juiceshop-backend container ## to include a proxy_pass directive forwarding external traffic on e.g. port 80 to the juiceshop-backend container
## you can use the example file available here: ## you can use the example file available here:
## https://raw.githubusercontent.com/openappsec/openappsec/examples/juiceshop/nginx/default.conf ## https://github.com/openappsec/openappsec/blob/main/examples/juiceshop/nginx/default.conf
## place the file above in NGINX_CONFIG folder ## place the file above in NGINX_CONFIG folder
## note that juiceshop container listens on HTTP port 3000 by default ## note that juiceshop container listens on HTTP port 3000 by default